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

Re: Subversion commit email script and "unprintable" characters

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 19 Jan 2016 20:09:55 +0000

Alfred von Campe <alfred_at_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
Received on 2016-01-19 21:10:10 CET

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.