Re: undefined symbol: PyUnicodeUCS4_AsUTF8String

2012-02-06 Thread Miki Tebeka
IIRC it means that cairo was compiled against a Python compiled with --enable-unicode=ucs4. But the version of Python you have was not (default is ucs2). Maybe you can find a different version/packaging of cairo that matches this. -- http://mail.python.org/mailman/listinfo/python-list

undefined symbol: PyUnicodeUCS4_AsUTF8String

2012-02-06 Thread Cov
the Cairo libraries are not being loaded. 8< ~~ : /usr/lib/python2.6/dist-packages/ cairo/_cairo.so: undefined symbol: PyUnicodeUCS4_AsUTF8String 8< ~~ The machine has three versions of python installed, 2.6 (whic

Re: undefined symbol: PyUnicodeUCS4_AsUTF8String

2005-04-29 Thread Diez B. Roggisch
Michael Ströder wrote: > HI! > > I have the following problem after system upgrade to SuSE Linux 9.3: > > $ python -c "import cPickle" > Traceback (most recent call last): > File "", line 1, in ? > ImportError: /usr/lib/python2.

undefined symbol: PyUnicodeUCS4_AsUTF8String

2005-04-29 Thread Michael Ströder
HI! I have the following problem after system upgrade to SuSE Linux 9.3: $ python -c "import cPickle" Traceback (most recent call last): File "", line 1, in ? ImportError: /usr/lib/python2.4/lib-dynload/cPickle.so: undefined symbol: PyUnicodeUCS4_AsUTF8String The Python 2.