How 2 get rid of console

Martin von Loewis loewis at informatik.hu-berlin.de
Sat Mar 24 06:47:26 EST 2001


"Bill Walker" <bwalker at earth1.net> writes:

> I'm using Tkinter to build a GUI application. How do I get rid of the
> distracting dos console under the Tk window?

Rename your main program script into .pyw. It will be run by
pythonw.exe, which won't open a console window.

Regards,
Martin



More information about the Python-list mailing list