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

Re: Problem with the Python bindings

From: <cmpilato_at_collab.net>
Date: 2003-04-11 17:07:06 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> "Arthur van Dam" <adam@cs.uu.nl> writes:
> > Compilation of this latest checkout of subversion goes fine (no errors,
> > no warnings), even `make check` goes fine.
> > But the swig/python svn/_util.so has problems:
> > ---
> > >>> from svn import fs
> > Traceback (most recent call last):
> > File "<stdin>", line 1, in ?
> > File "/usr/local/lib/svn-python/svn/fs.py", line 25, in ?
> > import _util
> > ImportError: /usr/lib/python2.2/site-packages/svn/_util.so: undefined
> > symbol: svn_delta_default_editor
> > ---
> > Other modules that don't include _util.so work fine:
> > ---
> > >>> from svn import repos
> > >>>
> > ---
>
> Could there be a mismatch between your installed swig Python svn and
> what you just built? Did you do
>
> $ make swig-py
>
> and
>
> $ make install-swig-py

You're better off doing:

   rm subversion/bindings/swig/python/*.c
   make swig-py
   make install-swig-py

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 11 17:09:36 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.