>Here is the output of `python -c "import sdb.sql"` :
>
>
>Traceback (most recent call last):
>  File "<string>", line 1, in ?
>  File "/usr/local/maxdb/interfaces/python/sdb/sql.py", line 35, in ?
>    importVersionSpecific ()
>  File "/usr/local/maxdb/interfaces/python/sdb/sql.py", line 
>33, in importVersionSpecific
>    module = __import__ (subpackage + '.sql', globals (), 
>locals (), ['*'])
>ImportError: 
>/usr/local/maxdb/interfaces/python/sdb/python-py23ucs4/sqlmodul
>e.so: undefined symbol: __gxx_personality_v0

Try the new build at
ftp://ftp.sap.com/pub/maxdb/tmp/maxdb-python-linux-32bit-i386-7_6_00_12.
tgz

The communication layer now contains some C++ files, but the Python
modules were still linked as C. Thus, the C++ runtime won't be loaded on
demand.

The build given above was linked as C++, so hopefully this fixes your
problem.

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]

Reply via email to