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

Re: swig won't work

From: <cmpilato_at_collab.net>
Date: 2002-10-17 17:37:44 CEST

Jani Averbach <jaa@cc.jyu.fi> writes:

> Hi!
>
> I have a little bit problems with python-swig:
>
> I get swig-1.3.15, and install it, after that I build svn-3381 revision.
>
> Now if I try run ie. svnlook.py I get following:
>
> $ python svnlook.py
> Traceback (most recent call last):
> File "svnlook.py", line 23, in ?
> from svn import fs, util, delta, _repos
> File "/opt/svn/3381-2/lib/python2.1/site-packages/svn/fs.py", line 20,
> in ?
> import _util
> ImportError: /opt/Python/default/lib/python2.1/site-packages/svn/_util.so:
> undefined symbol: svn_io_is_file_executable
>
>
> Any ideas?

Do you rebuild the swig bindings?

make
sudo make install
make swig-py-ext
sudo make install-swig-py-ext

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 17 17:46:29 2002

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.