本文所使用的工具是cx_Freeze,相对py2exe和PyInstaller来说,cx_Freeze的兼容性更好,支持最新的Python 3.X,支持PyQT,并且可以跨平台支持Windows和Linux系统。
cx_Freeze的官方主页为http://cx-freeze.sourceforge.net,
Install by issuing the command
pip install cx_Freeze
or download directly from PyPI.
http://hutaow.com/blog/2013/12/24/convert-python-script-to-executable-program/
http://www.cnblogs.com/xinzaitian/archive/2010/12/10/1902481.html
本文介绍如何使用cx_Freeze将Python脚本转换成可执行文件。cx_Freeze相比py2exe和PyInstaller有更好的兼容性,支持最新Python版本及PyQT,并能在Windows和Linux上运行。

被折叠的 条评论
为什么被折叠?



