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

Re: Building with python bindings on Mac OS X?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-09-14 02:05:14 CEST

Jim Correia wrote:
> On Sep 13, 2004, at 5:44 PM, Max Bowsher wrote:
>
>> You've not noticed that the bindings get installed into
>> /usr/local/lib/svn-python
>>
>> echo "/usr/local/lib/svn-python" >
>> /usr/local/lib/python2.3/site-packages/subversion.pth
>
> No. I had bigger problems than that. They weren't getting built at all,
> because I was just doing
>
> make
> sudo make install
>
> I found the INSTALL file in the swig directory, so now I am getting
> further along.
>
> I've got the bindings built and installed into
> /usr/local/lib/svn-python.
>
> So now I think I am to the stage of running into the problem you
> described. I tried your fix, but now I get this error when trying to
> run mailer.py:
>
> $ ./mailer.py
> Traceback (most recent call last):
> File "./mailer.py", line 27, in ?
> import svn.fs
> File "/usr/local/lib/svn-python/svn/fs.py", line 28, in ?
> import libsvn.fs
> File "/usr/local/lib/svn-python/libsvn/fs.py", line 5, in ?
> import _fs
> ImportError: No module named _fs

"ls -l /usr/local/lib/svn-python/libsvn/" says what?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 14 02:07:00 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.