I am a newbie learning Python/Django...
Am using the following tutorial located here.
Created a mysite database in MySQL 5 running on Snow Leopard.
Edite
Try this if you are using
linux:- sudo apt-get install python-mysqldb
sudo apt-get install python-mysqldb
windows:- pip install python-mysqldb or easy_install python-mysqldb
pip install python-mysqldb
easy_install python-mysqldb
Hope this should work