> Looking at some documentation I realizied I had to install pysvn.
No, trac uses subversion's SWIG bindings, not pysvn.
In the subversion's source tree, you need to run "make swig-py && make
install-swig-py"
Rainer
> Oh sorry I didn't get this.
It's in the wiki :-) http://trac.edgewall.org/wiki/TracInstall
> I did what you suggested successfully and now I have
> libsvn_swig_py-1.*and svn-python installed but I'm still getting the
> error. Pheraphs python doesn't know where they are. How can fix this
> problem?
Yes, you may need to tell python where to find th libs. I do not
remember exactly how I managed it, but what I have is a file "svn.pth"
in /usr/lib/python2.5/site-packages/ It contains only one line:
/usr/local/subversion/lib/svn-python
I /think/ this is the path where "make install-swig-py" copied the libs
to.
(I configured subversion with "--prefix=/usr/local/subversion/")
HTH,
Rainer
> Sorry, I really don't know python...
Me too :-)
I forgot: If you haven't done it yet, you should visit
http://trac.edgewall.org/wiki/TracSubversion
Rainer