MySQL Forums
Forum List  »  Connector/Python

Re: MySQLdb problem: undefined symbol: __pure_virtual
Posted by: Jacek Pawlowski
Date: April 19, 2007 04:41PM

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

Options: ReplyQuote


Subject
Written By
Posted
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.