I am having trouble with this problem. I want to connect to sybase using python3.3. But error occurs when I enter the code:
import sybpydb
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /opt/sybase/OCS-15_0/python/python31_64r/lib/sybpydb.so: undefined symbol: PyUnicodeUCS2_Decode
I hope anyone can help me get rid of this....