[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: Jim Correia <jim.correia_at_pobox.com>
Date: 2004-09-14 00:24:29 CEST

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

Thanks,
Jim

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