Django Problems and Quick Fixes
- November 24th, 2010
- Posted in Helpful Tips
- Write comment
Problems:
Getting the following when trying to use MySQLdb in virtualenv’s django:
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb
Activate and Run:
. bin/activate
pip install MySQLdb
No comments yet.