python2.7.5安装mysqldb失败,
my_config.h: No such file or directory.
解决办法:1)mysql版本太高,可降低版本 --此路一般不会考虑
2)注意下载的mysql-python的版本是否符和当前版本兼容
2)下载附件中的文件,放至/usr/include目录下,重新执行python seup.py install
MySQL-python-1.2.5.zip 下载链接:https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068
1