我遇到了這個問題。我想用python3.3連接到sybase。但是,當我輸入代碼錯誤發生:PYTHON3.3 >> sybpydb.so:undefined symbol:PyUnicodeUCS2_Decode
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
我希望有人能幫助我擺脫這個....
你那裏只與Python 3.1工程擴展。 –