PyInstaller 2.0 发布了,PyInstaller 是一个用来将 Python 程序打包成一个独立可执行软件包,支持 Windows、Linux 和 Mac OS X。
该版本要求至少 Python 2.3,增加对 AIX 和 Solaris 平台的支持,支持 OS X 10.7 和 10.8 ,简化了命令行接口,改进对 PyUSB, wx, Tkinter, PyQt4, pyttsx, win32com, 和 pyenchant 的支持,可在 OS X 平台上创建 .app 应用包,使用 Python 日志系统做为消息输出,大量的代码重构,源码移到 github 上。
主页:http://www.pyinstaller.org/
下载:https://github.com/pyinstaller/pyinstaller/
来自:开源中国社区