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
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
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.
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.