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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to