Hi Christian. Thanks for your quick response.
Sorry for the late answer, but I don't have acces to the server myself. > > 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 > >>> > You were right, this didn't work. > 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. > We checked that, and all the version of the required packages trac needs with no luck. The problem could be resolved with using gcc 3.x instead 4.x for compiling. Greetings, Michael Vogt _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
