[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Mailer.py on Windows

From: Arnout Standaert <arnout.standaert_at_student.kuleuven.ac.be>
Date: 2004-12-10 11:57:32 CET

Hi list,

I'm trying to get the mailer.py script working at post-commit on a test
repository running under Windows 2000.
Test-running my post-commit.bat file, I get the following error:

Traceback (most recent call last):
  File "e:/svn/testing\hooks\mailer.py", line 861, in ?
    author, propname, action)
  File "c:\Python23\lib\svn\core.py", line 33, in run_app
    return apply(func, (pool,) + args, kw)
  File "e:/svn/testing\hooks\mailer.py", line 37, in main
    repos = Repository(repos_dir, rev, pool)
  File "e:/svn/testing\hooks\mailer.py", line 593, in __init__
    self.repos_ptr = svn.repos.open(repos_dir, pool)
AttributeError: 'module' object has no attribute 'open'

I'm running Subversion 1.1.1 combined with the Python 2.3 bindings for
1.1.1 that I got from the Documents & Files section. Python installed is
ActiveState Python 2.4.3.

Any ideas on this? A google/mailing list search did not turn up too
much...

Thanks in advance,
Wald

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 10 12:00:20 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.