On Dec 26, 2:52 am, Scott David Daniels <[email protected]> wrote: > Chris Rebert wrote: > > On Thu, Dec 25, 2008 at 3:32 PM, Gandalf <[email protected]> wrote: > >> I use WX gui so the user doesn't actually need it, Is their any way to > >> hide it? > > > Make sure your Python program is run by pythonw.exe as opposed to python.exe > > pythonw.exe exists specifically for the purpose of suppressing the DOS > > Box on Windows. > > Absolutely right. Vy the way, naming your "main" program file > something.pyw, rather than something.py is one of the ways ro do this. > > --Scott David Daniels > [email protected]
thanks! -- http://mail.python.org/mailman/listinfo/python-list
