[XML-SIG] minidom - PyUnicodeUCS4_Decode

"Martin v. Löwis" martin@v.loewis.de
Thu, 02 Jan 2003 19:09:24 +0100


Jean-Frederic Boisdet wrote:
> Anything known to go wrong with debians ?

There is nothing wrong with Debian. Python supports two incompatible 
modes of operation for Unicode, UCS2 (the default), and UCS4. Debian 
uses the default, Redhat uses UCS4. You need to recompile the extension 
for UCS-2 mode (i.e. using a Debian installation); this would fix the

undefined symbol: PyUnicodeUCS4_Decode

problem. As for not finding distutils.core: You need to install 
python2.2-dev.

Regards,
Martin