PyInstaller
If you need to distribute your Python scripts under Windows, PyInstaller might be what you need:
PyInstaller is a program that converts (packages) Python programs into stand-alone executables, under Windows, Linux and Irix. Its main advantages over similar tools are that PyInstaller works with any version of Python since 1.5, it builds smaller executables thanks to [...]
