[Distutils] Run a generated executable, without the DOS-box ?

Robin Dunn robin at alldunn.com
Tue Feb 12 02:41:03 CET 2008


Stef Mientki wrote:
> hello,

Hi Stef,

> 
> I just succeeded in running py2exe for the first time with good effort,
> with a relative simple program (complex programs gives too many errors).
> 
> With Inno I build a windows package, and that was also ok.
> 
> Now when I run the generated exe-function,
> (which is a GUI application),
> I get such a ugly black Command-Box (DOS-box).
> Is there anyway to prevent that Command Box ?
> 

You probably didn't use the windows = ["scriptname.py"] parameter to 
your setup() call.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!



More information about the Distutils-SIG mailing list