Lie Ryan wrote:
On Wed, 01 Oct 2008 11:33:59 +0100, dudeja.rajat wrote:
Please suggest how can I suppress the root window....
The root window is the main window, not the DOS box. I think in windows, you should use pythonw.exe or something to open the python script so not to open a dos box.

And you can accomplish this as a "clicky" by renaming your program from
"someprog.py" to "someprog.pyw".

--Scott David Daniels
[EMAIL PROTECTED]

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to