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.
Any idea how to solve this?
Mac OS X 10.4, trac 0.93, svn 1.3, python 2.3(I believe)
Thanks,
Michael Vogt
Python traceback
Traceback (most recent call last):
File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/web/standalone.py",
line 303, in _do_trac_req
dispatch_request(path_info, req, env)
File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/web/main.py",
line 139, in dispatch_request
dispatcher.dispatch(req)
File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/web/main.py",
line 107, in dispatch
resp = chosen_handler.process_request(req)
File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/versioncontrol/web_ui/browser.py",
line 92, in process_request
repos = self.env.get_repository(req.authname)
File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/env.py",
line 155, in get_repository
from trac.versioncontrol.svn_fs import SubversionRepository
ImportError: cannot import name SubversionRepository
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac