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

python bindings on Linux with 0.37 and SWIG 1.3.21 ?

From: Timothee Besset <ttimo_at_idsoftware.com>
Date: 2004-01-26 21:09:56 CET

I got it all installed and compiled clean, and when I try it:

timo@zerowing:~$ export PYTHONPATH=/usr/local/lib/svn-python/
timo@zerowing:~$ python -c "from svn import client"
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/local/lib/svn-python/svn/client.py", line 17, in ?
    from libsvn.client import *
  File "/usr/local/lib/svn-python/libsvn/client.py", line 4, in ?
    import _client
ImportError: /usr/local/lib/svn-python/libsvn/_client.so: undefined
symbol: SWIG_InstallConstants

TTimo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 26 21:07:45 2004

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.