Jeff Lanzarotta wrote:
I am using swig-1.3.24-4.i586.rpm.

I did a 'make distclean' in the subversion directory.
Did a 'make swig-py' to make the python bindings.
Did a 'make install-swig-py' to install the bindings.

At this point, you must also check that those bindings will get used.
The install above installs in the subversion install tree
(e.g. /opt/subversion-1.x.y/lib/svn-python).
You have to make your PYTHONPATH environment variable point to that location, or alternatively copy the svn and libsvn folders you'll find there into the site-packages
folder of your python installation.

-- Christian
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to