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! _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
