[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: Bryan Dyck <bdyck_at_mac.com>
Date: 2004-07-28 23:30:13 CEST

 
On Wednesday, July 28, 2004, at 02:23PM, Campbell, Matthew A <Matthew.Campbell@Relizon.com> wrote:

>> > 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.

Yes, symlinks would be a much smarter way to do it... I was in the "frustrated troubleshooting" mode last night and was trying to make it Just Work. :) That said, there's no libsvn directory under /usr/local/lib/svn-python for me...

Cheers,
b

---------------------------------------------------------------------
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:30:44 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.