Python 安裝MySQLdb模塊遇到報錯及解決方案:_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.

 1、問題html

系統:win7 64位python

在下載MySQL-python-1.2.5.zip,使用python setup.py install 安裝時,出現如下報錯:mysql

_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h': No such file or directory
error: command 'C:\\Users\\qinwanxia\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
 
2、解決方案
一、下載並安裝MySQL connector 32位,系統是64位的也須要安裝32位
下載地址:https://dev.mysql.com/downloads/connector/c/6.0.html#downloads
 
二、下載並安裝Microsoft Visual C++ Compiler for Python 2.7
下載地址:http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266
 
三、從doc系統進入MySQL-python-1.2.5目錄,執行python setup.py install。沒有報錯即爲安裝成功
能夠進入Python命令行下檢測,輸入import MySQLdb 沒有拋異常,即爲安裝成功
相關文章
相關標籤/搜索