首页 > 代码库 > Python error: Unable to find vcvarsall.bat

Python error: Unable to find vcvarsall.bat

请参考阅读博文《Python error: Unable to find vcvarsall.bat》

我用的该文章中的方案二解决的:

前提:win7系统     Python2.7    

①下载安装VS2010   http://pan.baidu.com/s/1skZLtId  或   http://www.xpgod.com/soft/6637.html

②通过修改Python的源代码进行修改:打开“<python安装目录>\Lib\distutils\msvc9compiler.py”,找到 toolskey = “VS%0.f0COMNTOOLS” % version,直接修改为 toolskey = “VS100COMNTOOLS” 

Python error: Unable to find vcvarsall.bat