| « pil performance tweaks in 1.1.6 | Nullsoft Scriptable Install System » |
pyinstaller
Link: http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi

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.