Undefined Symbol: PyOS_mystrnicmp
I tried installing pysqlite, but I'm having some trouble using it. >>> import pysqlite2.dbapi2 Traceback (most recent call last): File '', line 1, in
Solution 1:
As https://groups.google.com/forum/#!topic/python-sqlite/04Ocf7aP1so points out, a bug was reported that appears to be fixed in newer versions of Python. Upgrading to a later version of Python 2.7 did the trick for me.
Post a Comment for "Undefined Symbol: PyOS_mystrnicmp"