>------------------- snip ---------------------- >/usr/lib/python2.3/sapdb/sql.py:31: RuntimeWarning: Python C >API version >mismatch for module sql: This Python has API version 1012, >module sql has >version 1007. > from pythondef.sql import * >free(): invalid pointer 0x403842c0!
Up to Python 2.2, libraries compiled for 1.5 were binary compatible. This is unfortunately no longer true for Python 2.3. >Next I downloaded after a littel search in the internet this package: >sapdb-python-linux-32bit-i386-7.5.00.16.tgz >untarred it into /opt/sdb/python and did a "ln -s >/opt/sdb/python/sapdb >/usr/lib/python/sapdb" > >My test-program outputs this: >------------------- snip ------------------------ >Traceback (most recent call last): > File "/usr/lib/python2.3/sapdb/dbapi.py", line 48, in ? > import sapdb.sql > File "/usr/lib/python2.3/sapdb/sql.py", line 35, in ? > from python23.sql import * >ImportError: No module named python23.sql >------------------ snip ----------------------------- My fault, as I missed some files when copying the module loading mechanisms from the development tree. I put new archives on our ftp server: Linux: ftp://ftp.sap.com/pub/maxdb/7.5.00/maxdb-python-linux-32bit-i386-7.5.00.16.tgz Windows: ftp://ftp.sap.com/pub/maxdb/7.5.00/maxdb-python-win-32bit-i386-7.5.00.16.zip Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
