Python

Getting “Error loading MySQLdb module: No module named MySQLdb” – have tried previously posted solutions

Pinterest LinkedIn Tumblr

Run this command

sudo pip install mysql-python;

now you can run your command.

python manage.py startapp filename;

Write A Comment