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
I found a similiar solution:
yum -y install python-devel mysql-devel