On Thu, Jan 8, 2009 at 10:50 AM, Amit k. Saha <[email protected]> wrote: > On Thu, Jan 8, 2009 at 10:43 AM, Parthan SR <[email protected]> > wrote: >> Hi, >> >> I had created a small GUI app in WxPython and got it made into a Windows >> executable using py2exe. But, when I execute the .exe by double clicking on >> it, it opens the command window (or the DOS window) along with the GUI. I >> actually do not want the command window to get displayed when the app is >> executed. Any way I can get this done? > > I am just guessing. You may try this: rename your file from 'foo.py' > to 'foo.pyg'
Sorry, that would be 'foo.pyw' -Amit > > -Amit > >> >> -- >> --- >> With Regards, >> >> Parthan "technofreak" >> <gpg> 2FF01026 >> <blog> http://blog.technofreak.in >> >> _______________________________________________ >> BangPypers mailing list >> [email protected] >> http://mail.python.org/mailman/listinfo/bangpypers >> > > > > -- > Amit Kumar Saha > http://amitksaha.blogspot.com > http://amitsaha.in.googlepages.com/ > Skype: amitkumarsaha > -- Amit Kumar Saha http://amitksaha.blogspot.com http://amitsaha.in.googlepages.com/ Skype: amitkumarsaha _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
