Windows packaging ------------------- - py2exe http://starship.python.net/crew/theller/py2exe/ to create the distribution (setup.py): > c:\Python23\python.exe setup.py py2exe - NSIS http://nsis.sourceforge.net/ to create a single "installer" which actually packs all files needed into one .exe and executes main.exe (setup.nsi) - To create right-click on .nsi and select "Compile NSIS Script" or: > "C:\Program Files\NSIS\makensis.exe" setup.nsi