[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Problems using the Python bindings with Trac on SuSE 9.1

From: Campbell, Matthew A <Matthew.Campbell_at_Relizon.com>
Date: 2004-07-28 23:17:23 CEST

> > I should've clarified a bit better - the one thing that is rather
> > confusing to me is that there does not appear to be a 'libsvn'
> > module anywhere (or not that 'find' sees). I noticed that Subversion
> > put the 'svn' module under /usr/local/lib/svn-python, so I copied it
> > to Python's site-packages directory
> > (/usr/lib/python2.3/site-packages).
>
> Oh.
>
> Subversion should have put both the libsvn and the svn modules into
> /usr/local/lib/svn-python. Hrm. (And just so you know, I usually
> just keep symlinks in the site-pacages directory to those two
> locations so later installs automagically work.)
>

I did it the same way CMP did:

$ ls /usr/lib/python2.2/*svn
/usr/lib/python2.2/libsvn -> /usr/local/lib/svn-python/libsvn/
/usr/lib/python2.2/svn -> /usr/local/lib/svn-python/svn/

I've a sneaking suspicion that Bryan neglected to copy the libsvn directory
along with the svn directory. That would definitely do it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 28 23:23:27 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.