> Just upgrading to Python2-3 on Debian Sarge: > > ImportError: > /usr/local/sapdb/interfaces/python/sapdb/python23/sqlmodule.so: > undefined symbol: PyUnicodeUCS2_FromUnicode
This happens when you use a Python compiled for 4byte unicode characters. I'm afraid there's no support for that variant yet. You can use the python15 library by copying sapdb/python15/* to sapdb/pythondef/ (create pythondef first) This approach has two problems: - you get an annoying warning that the API versions don't match - no real support for Unicode columns (you can read Unicode columns if they contain only ASCII) Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
