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