EnvironmentError: mysql_config not found
Then I have tried to install the mysql client and try to install mysql-python again, the result is same.
After searching a lot, I have found a solution. Then I have followed the following steps:
in terminal:
sudo apt-get install libmysqlclient15-dev
sudo easy_install MySQL_python-1.2.3c1-py2.5-linux-i686.egg
And its works for me!!!!
Thanks
Sakib