如何将python 3.3脚本转换为可执行文件?我找到了PyInstaller和py2exe,但是它们都不支持3.3。

http://www.pyinstaller.org/

http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/

这两个工具最多支持2.7。但是我的脚本是用3.3编写的。

我搜索了论坛帖子,所有帖子都指向了不支持3.3的旧工具。

最佳答案

这是py2exe的Python 3版本的链接。

http://sourceforge.net/p/py2exe/svn/HEAD/tree/trunk/py2exe-3/

希望这会有所帮助。

关于python - 如何将python 3.3脚本转换为可执行文件?我找到了PyInstaller和py2exe,但是都不支持3.3。,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/16770267/

10-14 03:59