[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-04-11 16:14:42 CEST

"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

(sorry, I know it's a basic question, but your mail didn't say, so I
wanted to make sure...)

-K

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