[lxml-dev] PyUnicodeUCS2_Decode errors

Ian Bicking ianb at colorstudy.com
Mon Feb 25 23:34:32 CET 2008


Lately we've been having problems with errors like "undefined symbol: 
PyUnicodeUCS2_Decode" when we do "import lxml.etree".  When we build 
lxml from source the errors go away.

I'm guessing this is because of systems that use UCS4 instead of UCS2, 
and lxml eggs that were compiled differently then the system.  Is this 
the case?  Is this a sign something is missing from the platform 
signature of egg files?

   Ian


More information about the lxml-dev mailing list