On Mar 25, 3:06 pm, Noah Kantrowitz <[EMAIL PROTECTED]> wrote:
> Emmanuel Blot wrote:
> >> I'm trying to set up trac on Ubuntu 6.06 using a selfmade subversion.
>
> > Did you run "make install-swig-py" once the SVN libraries have been built?
>
> >> I have no idea of python. In Java I would set the classpath, in PHP
> >> the include_path but what to do in this enviroment?
>
> > That will be PYTHONPATH or sys.path, however the installer should have
> > installed the Python bindings to the appropriate location.
>
> Subversion installs the bindings in a funky place, usually
> /usr/lib/svn-python or something equally useless. You can either mv them
> into the site-packages folder, or use a .pth file (`echo
> /path/to/bindings >/usr/lib/python2.x/site-pacakges/subversion.pth`).

That fixed my problem! Thanks a lot (it was /opt/subversion/lib/svn-
python, see my configure options).

- Sebastian


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to