Alfred von Campe <alf...@von-campe.com> writes:

>   File "/usr/lib/python2.6/site-packages/libsvn/fs.py", line 22, in 
> swig_import_helper
>     _mod = imp.load_module('_fs', fp, pathname, description)
> ImportError: /usr/lib/libsvn_swig_py-1.so.0: undefined symbol: 
> PyCapsule_Import

I think that means your bindings were built against python 2.7, which
provides PyCapsule_Import, while you are trying to use 2.6, which does
not provide it.

-- 
Philip Martin
WANdisco

Reply via email to