Mam Pythona 2.7.5, MySQL 5.6 i CentOS 7.1.1503 .
U mnie zadziałało to poleceniem:
# pip install mysql-python
Zanotuj wymagania wstępne:
Zainstaluj pip Pythona:
# rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
# yum -y update
Reboot the machine (if kernel is also updated)
# yum -y install python-pip
Zainstaluj pakiety deweloperskie Pythona:
# yum install python-devel
Zainstaluj pakiety deweloperskie MySQL:
# yum install mysql-devel