Creating Python "executables" on Windows?

Pete Shinners pete at visionart.com
Thu Aug 17 13:48:41 EDT 2000


"Azratax" <azratax at yahoo.com> wrote in
> Wow... this seems to be just what i am looking for... but how does
> one use the standalone exe-making program?! what do i type in at a
> dos prompt? i have no idea how to call python from comandline...
>          -Az

the docs explain in well enough. open a dos prompt to where you
want to work.

"python D:\PATHTO\Standalone.py MYSCRIPT.py"

change D:\PATHTO to the path where you installed Gordon's
Executable creator. replace MYSCRIPT.py with whatever script
you want as a .EXE

there are extra flags for things like TK, but again, the
docs seem to make it clear enough






More information about the Python-list mailing list