Michael Vogt wrote:
Hi.
I switched from using trac through cgi to tracd. It's great to see
trac be pretty fast now.
Problem is, when accessing the timeline and browse source pages, I get
the following error:
Trac detected an internal error:
cannot import name SubversionRepository
(traceback below)
repository_dir in the trac.ini is set to the correct path, py-swig is
installed, and svn running through the shell without problems. Checked
the archive for simmiliar problems but could not find any.
Are you sure you can do:
$ python
>>> from svn import core
>>>
from the shell in which you start tracd?
Looks like it's a problem with your PYTHONPATH which doesn't contain
the Python bindings for Subversion.
-- Christian
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac