pip install pyopenssl on windows的两个小问题

Unable to find vcvarsall.bat
安装visualstudio 2010然后修改msvc9compiler.py中vc_env = query_vcvarsall(VERSION, plat_spec)为vc_env = query_vcvarsall(10.0, plat_spec)

error: command ‘mt.exe’ failed with exit status 31
修改 msvc9compiler.py中ld_args.append(‘/MANIFESTFILE:’ + temp_manifest)下增加ld_args.append(‘/MANIFEST’)

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>