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 think you need to install the python development libraries first:
yum install python-devel