run Tkinter app with no console window?

Steve Holden sholden at holdenweb.com
Tue Dec 11 08:17:37 EST 2001


"Carty Castaldi" <carty at mazunetworks.com> wrote in message
news:9v3bhv$m4e$1 at news.harvard.net...
> Hi.  I am just learning python and like it quite a bit.  I have written
some
> small/useful apps with Tkinter UIs and would like to be able to run them
on
> Windows with no console window or the console window completely hidden.
Any
> help appreciated.
>
Call them "*.pyw" if you are starting them by double-clicking, or just run
them with pythonw instead of python, and they will run with no console.

regards
 Steve
--
http://www.holdenweb.com/








More information about the Python-list mailing list