py2exe在sourceforge 的下载只支持到2.7。
针对python3.0+的版本,需要自己编译。
1.下载源码
svn checkout svn://svn.code.sf.net/p/py2exe/svn/trunk py2exe-svn
2.编译环境
这里使用的是vs2014.
3.安装
进入py2exe-3
python setup.py install
这里会进行编译、安装。
此外,python默认使用的是vs9,针对vs2014,需要改下文件:
复制代码 代码如下:
Lib\distutils\msvc9compiler.py
寻找:
复制代码 代码如下:
VERSION = get_build_version()
在下面增加:
复制代码 代码如下:
VERSION = 11.0
如果出现错误:
复制代码 代码如下:
Failed to load and parse the manifest. The system cannot find the file specified.
error: command 'mt.exe' failed with exit status 31
Copyright© 2013-2020
All Rights Reserved 京ICP备2023019179号-8