Creating Python "executables" on Windows?

Alan Miller ajm at enteract.com
Wed Aug 16 18:45:24 EDT 2000


Neil Schemenauer (nascheme at news.cnri.reston.va.us) wrote:
>Hrvoje Niksic <hniksic at fly.srk.fer.hr> wrote:
>>I'm now working in Python on Windows a little bit.  So far I'm very
>>It's certainly quite annoying to have to type "python executabl args"
>>every time. 
>
>If you want to distribute a Python application for Windows you
>may with to look at my "standalone" Python distribution.  It is
>available on:

I've also not seen any mention of Gordon McMillan's Installer, which 
bundles a Python program, the modules it uses (determined recursively) 
and the core Python files and bundles them all together into a .EXE file.  
I've found it to work quite nicely.

I don't have the URL handy, but I believe it's on Starship and it 
shouldn't be difficult to find.

ajm



More information about the Python-list mailing list