Fix ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb

Reply to comment

Hi,

I have tried many different things and install MySQLdb. If I type from the interpreter import MySQLdb it works. But when I try to do it using DJANGO it fails giving this error

: Error loading MySQLdb module: No module named MySQLdb

     args = ('Error loading MySQLdb module: No module named MySQLdb',)

     message = 'Error loading MySQLdb module: No module named MySQLdb'