I am trying to install MySQLdb package. I found the source code here.
I did the following:
gunzip MySQL-python-1.2.3c1.tar.gz tar xvf MySQL-python-1.
I resolved this issue on centos5.4 by running the following command to install setuptools
yum install python-setuptools
I hope that helps.