Re: MySQLdb problem: undefined symbol: __pure_virtual
Did anybody solved this problem? I got stuck with it. I re-compiled Python 2.5 from source and then I built MySQLdb so I used the same compiler, but I still got this
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "MySQLdb/__init__.py", line 19, in <module>
import _mysql
File "build/bdist.linux-i686/egg/_mysql.py", line 7, in <module>
File "build/bdist.linux-i686/egg/_mysql.py", line 6, in __bootstrap__
ImportError: /root/.python-eggs/MySQL_python-1.2.2-py2.5-linux-i686.egg-tmp/_mysql.so: undefined symbol: __pure_virtual
BTW I tried with Python 2.4 and no luck.
regards
-- jacek
Subject
Written By
Posted
February 28, 2007 05:22PM
Re: MySQLdb problem: undefined symbol: __pure_virtual
April 19, 2007 04:41PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.