> I am using python 2.2 that is installed with red hat 9 > when import module sql the folowing error occur: > sqlmodule.so: undefined symbol: PyUnicodeUCS2_FromUnicode
Python on RedHat 9 uses 4 byte Unicode strings, so the extensions are not binary compatible. Unfortunately, it is not even easy to reompile the extensions for UCS4 as I'll have to locate a routine to convert UCS4 to UCS2 first and integrate it. > the module where installed from tar downloaded today, as the modules > installed from rpm warn about build version. I'm afraid you're stuck with that warning for the time being until I have solved the problem mentioned above. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
