creating .exe file

Thomas Heller theller at python.net
Wed May 26 13:35:20 EDT 2004


Peter Hansen <peter at engcorp.com> writes:

> Peter Maas wrote:
>
>> Q X wrote:
>>> I am wondering what kind of tools are available to wrap python scripts
>>> into just 1 .exe file (with no other files) in windows.  I also want
>>> the .exe file to be able to use command line arguments ie.
>>> pythonprogram.exe -classpath d:/temp -file c:/hi.text
>> http://sourceforge.net/projects/py2exe
>
> He explicitly asked for "just one .exe file (with no other files)",
> but py2exe cannot do that.

Gordon McMillan's installer can do this.  If you manage to find a copy
to download.  Or Tools/freeze.

Thomas





More information about the Python-list mailing list