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?

link|improve this question

feedback

1 Answer

up vote 9 down vote accepted

The package name is "MySQLdb". Case counts.

link|improve this answer
Thank you a lot! – Masi Mar 7 '09 at 15:36
feedback

Your Answer

 
or
required, but never shown

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