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

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.4/lib-dynload/cPickle.so: undefined > symbol: PyUnicodeUCS4_AsUTF8