Run your script using pythonw.exe instead of python.exe ; it doesn't open a console window and exists for this exact purpose.

Cheers,
Chris Rebert

On Sep 30, 2008, at 1:28 PM, [EMAIL PROTECTED] wrote:

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

Reply via email to