一.问题 系统:win7 64位 在下载MySQL-python-1.2.5.zip,使用python setup.py install 安装时,出现以下报错: _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\\Com
Issue I encountered an error when I run the python script which need to import the module of "MySQLdb".The error shows like this: [root@docker1 script]# python Xtrabackup.py Traceback (most recent call last): File "backup.py"