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
Same issue; Python.h not found, Found that python-virtualenv was not installed;
yum -y install python-virtualenv