[Tutor] py2exe

ray007@bluemail.ch ray007 at bluemail.ch
Fri May 13 08:53:44 CEST 2005


Hi

Thanks for this. But do you know how I can achieve a single exe file with
the dist and build folders. Is it possible to run a single exe file without
the other dependencies? 

Thanks for you help.

ray
>-- Original-Nachricht --
>Date: Thu, 12 May 2005 22:38:18 +1200 (NZST)
>From: jfouhy at paradise.net.nz
>To: tutor at python.org
>Subject: Re: [Tutor] py2exe
>
>
>Quoting "ray007 at bluemail.ch" <ray007 at bluemail.ch>:
>
>> I was wondering if someone knows of a better way to make an exe file
>> out of python code. I would like to have just one exe file that once you
>> run no other windows will pop up other than your application. If you use
>> py2exe this will open up a DOS prompt which is not the desired output.
>Does
>> anyone know how I can achieve this. Something similar to delphi exes.

>
>Change the 'console=' option in your setup.py to 'window=' :-)
>
>-- 
>John.
>_______________________________________________
>Tutor maillist  -  Tutor at python.org
>http://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list