PyInstaller is a program that converts (packages) Python programs into stand-alone executables, under Windows, Linux, and Mac OS X. Its main advantages over similar tools are that PyInstaller works with any version of Python since 1.5, it builds smaller executables thanks to transparent compression, it is fully multi-platform, and uses the OS support to load the dynamic libraries, thus ensuring full compatibility.

The main goal of PyInstaller is to be compatible with 3rd-party packages out-of-the-box. This means that, with PyInstaller, all the required tricks to make external packages work are already integrated within PyInstaller itself. As an example, libraries like PyQt, Django or matplotlib are fully supported, without having to handle plugins or external data files manually.

See the website for details: http://www.pyinstaller.org

pyinstaller (last edited 2010-11-29 18:10:52 by 192-30-208-242)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.