I want to run a django project on CentOs. I tried to install mysql-python by easy_install and pip but I got error with both of them. I Googled the problem and found some suggest
Just to mention for the others that might end up here too,
After installing python-devel, I had the very same error but with mysql_config.h missing I solved this error in installing mysql-devel
$ yum install mysql-devel.x86_64
Hope this helps