Sudden pyexpat error with ElementTree

Stefan Behnel stefan_ml at behnel.de
Sat Feb 9 11:10:22 EST 2008


Simon Pickles wrote:
> ImportError:
> /usr/lib/python2.5/site-packages/_xmlplus/parsers/pyexpat.so: undefined
> symbol: PyUnicodeUCS4_Decode

You changed the build-time configuration of your Python installation, so you
should rebuild PyXML for the new interpreter (or uninstall it, as you don't
need it for ElementTree).

Stefan



More information about the Python-list mailing list