Chris Rebert wrote:
On Thu, Dec 25, 2008 at 3:32 PM, Gandalf <goldn...@gmail.com> 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
scott.dani...@acm.org
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to