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

Re: Python libsvn bindings not building properly

From: <cmpilato_at_collab.net>
Date: 2003-05-28 22:34:54 CEST

Nicholas Riley <njriley@uiuc.edu> writes:

> I've been trying to get the SWIG Python bindings to build again on my
> Subversion server. Everything worked fine before the move to
> 'libsvn', but now the bindings don't build as I expect.
>
> Here's the message I get:
>
> >>> import svn.fs
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/local/encap/subversion/lib/svn-python/svn/fs.py", line 25, in ?
> import libsvn.fs
> ImportError: No module named fs
>

You seem to be missing all your .py wrappers. Try re-running
./autogen.sh && ./config.nice && make-swig-py -- there were changes to
some of the core build components when these bindings changes were
made.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 28 22:34:52 2003

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

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