SAP DB anyone?
Carsten Gaebler
cg at schlund.de
Sun Dec 15 05:18:47 EST 2002
Daniel Dittmar wrote:
> - what platform are you using
I'm on Linux 2.4.18, glibc 2.2.5 (RedHat 7.3).
> - which python version
Python 2.2.
> - and which symbols are unresolved
PyUnicodeUCS2_FromUnicode. This is what happens:
[cg at cg cg]$ export PYTHONPATH="$PYTHONPATH:/tmp/sapdb/python22"
[cg at cg cg]$ python
Python 2.2 (#1, Apr 12 2002, 15:29:57)
[GCC 2.96 20000731 (Red Hat Linux 7.2 2.96-109)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sapdb
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: /tmp/sapdb/python22/sapdbmodule.so: undefined symbol:
PyUnicodeUCS2_FromUnicode
>>>
Thanks for your reply.
cg.
More information about the Python-list
mailing list