I'm trying to setup mysql on my production server(Ubuntu 12.04). I followed this tutorial http://www.saltycrane.com/blog/2008/07/how-set-django-mysql-ubuntu-hardy/ Then I run python manage.py syncdb
It shows this error https://gist.github.com/2777611
I also checked this out Getting "Error loading MySQLdb module: No module named MySQLdb" - have tried previously posted solutions Then I tried running pip install MySQL-python
but no use, which shows this error https://gist.github.com/2777629
Could anyone tell me the problem?
Thanks!