On Wed, Sep 24, 2008 at 11:36 AM, Wayne Watson
<[EMAIL PROTECTED]> wrote:
> I'm looking at a GUI application that I hope to modify in the next few
> weeks. When it's executed the expected GUI appears along with a DOS window.
> Occasionally, I think, I've seen something put in the DOS window. How do I
> stop it from appearing and how do I find why it's used?

To stop the DOS window from appearing, run the program using pythonw
instead of python. See the section "Running GUI Applications" here:
http://oreilly.com/catalog/pythonwin32/chapter/ch20.html

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to