undefined symbol: PyUnicodeUCS4_AsUTF8String

Miki Tebeka miki.tebeka at gmail.com
Mon Feb 6 13:01:07 EST 2012


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.



More information about the Python-list mailing list