0

i refer this http://www.jetbrains.com/pycharm/quickstart/django_guide.html but getting the error while executing raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named 'MySQLdb

P_O_I_S_O_N
  • 357
  • 5
  • 14

1 Answers1

0

Make sure you are in the virtual environment

Then download the md5 package from Python mysql package

OR

using pip you can install like

pip install MySQL-python==1.2.5

Raja Simon
  • 10,126
  • 5
  • 43
  • 74