码迷,mamicode.com
首页 > 数据库 > 详细

mysql-python 安装错误 fatal error C1083: Cannot open include file: 'config-win.h': No such file or directory

时间:2014-11-11 15:42:55      阅读:1625      评论:0      收藏:0      [点我收藏+]

标签:style   http   ar   sp   文件   on   bs   html   ad   

安装mysql-python之前, 请先安装setuptools. https://pypi.python.org/pypi/setuptools/7.0

下载mysql-python. 下载源码包. https://pypi.python.org/pypi/MySQL-python/1.2.5 

解压后执行 python setup.py install 

提示错误: fatal error C1083: Cannot open include file: ‘config-win.h‘: No such file or directory

需要安装mysql connector 前往 http://dev.mysql.com/downloads/connector/c/6.0.html#downloads  根据python的版本下载32位或64位版本. 默认安装即可. 

再次执行 python setup.py install 安装成功. 

 

如果还出现相同的错误, 请检查文件site.cfg 中connector 的值是否是你安装mysql connector的目录. 默认应该是 C:\Program Files(x86) \MySQL\MySQL Connector C 6.0.2 (32位)  或 C:\Program Files\MySQL\MySQL Connector C 6.0.2 (64位)

修改为你安装的目录即可. 

 

mysql-python 安装错误 fatal error C1083: Cannot open include file: 'config-win.h': No such file or directory

标签:style   http   ar   sp   文件   on   bs   html   ad   

原文地址:http://www.cnblogs.com/yuguoguo/p/4089427.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!