Re: Undefined symbol __pure_virtual when importing MySQLdb

2007-01-05 Thread hg
[EMAIL PROTECTED] wrote: > I downloaded MySQL-python-1.2.1 from SourceForge and installed it on a > Mandrake system (Mandrake Linux 9.2 3.3.1-2mdk on linux2). > > The installation was successful. The gcc version is 3.3. > > My Python version is 2.4.2. When I import MySQLdb, I get an error > wh

Re: Undefined symbol __pure_virtual when importing MySQLdb

2007-01-05 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > Fredrik Lundh wrote: > > [EMAIL PROTECTED] 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 symbo

Re: Undefined symbol __pure_virtual when importing MySQLdb

2007-01-04 Thread [EMAIL PROTECTED]
Fredrik Lundh wrote: > [EMAIL PROTECTED] 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

Re: Undefined symbol __pure_virtual when importing MySQLdb

2007-01-04 Thread Fredrik Lundh
[EMAIL PROTECTED] 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 ans

Undefined symbol __pure_virtual when importing MySQLdb

2007-01-04 Thread [EMAIL PROTECTED]
I downloaded MySQL-python-1.2.1 from SourceForge and installed it on a Mandrake system (Mandrake Linux 9.2 3.3.1-2mdk on linux2). The installation was successful. The gcc version is 3.3. My Python version is 2.4.2. When I import MySQLdb, I get an error which says that __pure_virtual is an undef