I\'m trying to get the MySQL-python lib installed on centos 5.5. I ran
sudo yum install MySQL-python
but then when I tried:
mysql-python NOT support Python3, you may need:
mysql-python
sudo pip3 install mysqlclient
Also, check this post for more alternatives.