Just installed Django (with easy_install) and created a project, but can't get mysql to work.
python manage.py syncdb
throws this error:
.....
File "/Library/Python/2.6/site-packages/Django-1.1.1-py2.6.egg/django/db/backends/mysql/base.py", line 13, in <module>
raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb
I have MAMP installed and path to MySQL is probably: /Applications/MAMP/Library/bin/mysql
Thanks!