PyInstaller is a program that packages Python programs into stand-alone executables under Windows, Linux, and Irix. PyInstaller supports several platforms and it is able to build fully-contained (single file) executables.
| Tags | Software Development Code Generators Compilers |
|---|---|
| Operating Systems | Windows POSIX Linux Unix |
| Implementation | Python |
Recent releases


Changes: A bug in which user-provided icons disappeared from built executables when these were compressed with UPX was fixed. Problems with packaging of applications using PIL was fixed. When used under Windows XP, packaged programs now have the correct look and feel and follow the user's themes. A buffer overrun in the bootloader which could lead to a crash when the built executable is run from within a deep directory pathname was fixed. A regression introduced in 1.1 was fixed: under Linux, the bootloader does not depend on libpythonX.X.so anymore.


Changes: Single-file packages do not depend on MSVCRT71.DLL anymore. UPX setup has been fixed to properly compress binaries generated with Visual Studio .NET 2003. Building of COM servers was fixed. Python path detection was improved. Better handling of broken imports. Import hooks have been added for GTK, PyOpenGL, dsnpython, and KInterasDB. Many bugs have been fixed.


No changes have been submitted for this release.


Changes: PyInstaller is currently unmaintained, and people often ignore its existence. Even its official Web site is gone. This page was set up to keep it online and present some patches to work around problems found during its use.