Undefined symbol __pure_virtual when importing MySQLdb

Fredrik Lundh fredrik at pythonware.com
Fri Jan 5 01:36:28 EST 2007


antonyliu2002 at yahoo.com wrote:

> I have googled hard, and did see someone asking the same question, but
> haven't found a good solution to this problem.  Could anyone give me a
> hint?  Thanks a lot!

googling for "undefined symbol: __pure_virtual" brings up hundreds of 
posts on this topic, and the answer is *always* to make sure that you're 
linking with a version of the C++ libraries that matches your compiler.

</F>




More information about the Python-list mailing list