Tkinter on WIndows XP opens a blank screen. How can I get rid of it?

dudeja.rajat at gmail.com dudeja.rajat at gmail.com
Tue Sep 30 16:28:18 EDT 2008


Hi,


I m using Tkinter and Tix to create a GUI on Windows XP. So far I've created
the GUI and it just works.


But the problem is as soon as I double click on the script it besides
opening the GUI also opens a shell ( a blank screen) with it. Pleas suggest
how can I get rid of this blank screen.

My program is staring as :



myRoot = Tix.Tk()
myRoot.title("Test Automation")

< some stuff>
< ...............>

myRoot.mainloop()


Thanks and regadrs,
Rajat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080930/87466589/attachment.html>


More information about the Python-list mailing list