vote up 2 vote down star

I installed python-mysqldb using

sudo apt-get install python-mysqldb

I have tried to use it unsuccessfully. The following commands do not work in Python prompt:

import python-mysqldb

Or

import mysqldb

How can I solve this problem?

flag

1 Answer

vote up 7 vote down check

The package name is "MySQLdb". Case counts.

link|flag
Thank you a lot! – Masi Mar 7 at 15:36

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.