(转)win7 64 安装mysql-python:_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h'

原文地址:http://www.cnblogs.com/fnng/p/4115607.htmlhtml

做者:虫师python

 

今天想在在win7 64位环境下使用python 操做mysqlmysql

在安装MySQL-python 时报错:sql

 

_mysql.cubuntu

_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h': No s uch file or directoryapp

 

 

error: command '"C:\Users\fnngj\AppData\Local\Programs\Common\Microsoft\Visual C ++ for Python\9.0\VC\Bin\amd64\cl.exe"' failed with exit status 2post

----------------------------------------ui

Cleaning up... Command C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\use rs\\fnngj\\appdata\\local\\temp\\pip_build_fnngj\\MySQL-python\\setup.py';exec(c ompile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), _ _file__, 'exec'))" install --record c:\users\fnngj\appdata\local\temp\pip-peervp -record\install-record.txt --single-version-externally-managed --compile failed with error code 1 in c:\users\fnngj\appdata\local\temp\pip_build_fnngj\MySQL-pyt hon Storing debug log for failure in C:\Users\fnngj\pip\pip.logurl

太奇怪了,之前是在ubuntu/deepin 系统能够安装。换成win7 64位就不行了。debug

按理说win7都出来这么多年了,python也更新的这么猛的语言,怎么连接mysql就不行了。

百度了半天,找到了如下答案:

----------------------------------------------

1)问题:_mysql.c(34) : fatal error C1083: Cannot open include file: ‘config-win.h’: No such file or directory error: command ‘”C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe”‘ failed with exitstatus 2

缘由:缘由是安装MySQL的时候没有安装C语言库。

解决:从新运行MySQL的安装程序,选择Modify,把“C Include Files / Lib Files”勾选上,并安装。

 ---------------------------------------------

百度来百度去,就这么一个答案,都是复制粘贴的。害我反复把mysql装了几遍,跟本他妈的没找到“C Include Files / Lib Files” 选项在哪儿? 也许是mysql新版本没这选项了。

 

最后不得不FQ出去看看了。

原来仍是驱动问题,关人家mysql啥事儿!

安装:MySQL-python-1.2.3.win-amd64-py2.7.exe 就能够了(百度csdn下载能够找到)

 

个人驱动是从这儿下的,不行!

https://pypi.python.org/pypi/MySQL-python/

 

也用 pip 装了,不行!

C:\Python27\Scripts>pip install MySQL-python

这pip竟然检测不出个人系统版本。 还有为啥python官网搜索不到这个 64位的驱动,我也是醉了。

 

----

  但愿这个问题被百度收录,遇到这个问题的人,别在被上面的答案忽悠了,真无论人家mysql的事儿。

 

win7 64 安装mysql-python:_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h': No such file or directory

相关文章
相关标签/搜索