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

Can't get Python bindings to work

From: Fancher, Bruce <bfancher_at_hfmus.com>
Date: 2004-12-25 18:52:33 CET

Hi. I've got Subversion 1.1.1 compiled, installed and running just fine under Red Hat EL3. However, I'm trying to get the Python binding installed properly so that I can use Trac, and I'm having trouble. When I try to run any of the Python examples, I get the following:

[root@meatwad subversion-1.1.1]# ./tools/examples/svnshell.py
Traceback (most recent call last):
  File "./tools/examples/svnshell.py", line 25, in ?
    from svn import fs, core, repos
  File "/usr/local/lib/svn-python/svn/fs.py", line 28, in ?
    import libsvn.fs
  File "/usr/local/lib/svn-python/libsvn/fs.py", line 5, in ?
    import _fs
ImportError: /usr/local/lib/libsvn_swig_py-1.so.0: undefined symbol: SWIG_Python_NewPointerObj

I've got SWIG-1.3.24 installed.

Any suggestions?

Thanks,

Bruce
Received on Sat Dec 25 18:52:34 2004

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

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