PyInstaller 1.1 released
[Posted February 15, 2006 by cook]
Stable version 1.1 of
PyInstaller
has been released.
"
PyInstaller is a program that packages Python programs into stand-alone executables, under Windows, Linux and Irix. This is similar to the famous py2exe, but PyInstaller works with any version of Python since 1.5, it builds smaller executables thanks to transparent compression, it is multi-platform (so you can build one-file binaries also under Linux), and use the OS support to load the dynamic libraries, thus ensuring full compatibility."
See the
Change Log file for release details.
(
Log in to post comments)