标签:ror href 博文 key error: lib compiler ref find
请参考阅读博文《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
标签:ror href 博文 key error: lib compiler ref find
原文地址:http://www.cnblogs.com/yiyezhouming/p/7125562.html