<div dir="ltr"><br clear="all">Hi,<br><br><br>I m using Tkinter and Tix. I'm using Tkinter mainly for all the widgets except for the TixComboBox for which I use Tix.<br><br>My event loop starts like this:<br><br>myRoot = Tix.Tk()<br>
myRoot.title("Test Automation")#<br>myAppGUIObject = myAppGUI(myRoot, logger)  #myAPPGUI is the class for creating GUI<br>myRoot.mainloop()<br><br>The problem is as soon as I doubel click on this script a DOS window opens up in addition to the GUI.<br>
<br>I don't why is this happening? I assume the problem is becuase I'm using the statement:<br>Tix.Tk() <br>when I'm using tix for only a combo box and the rest of the widgets are tkinter widgets.<br><br><br>So,<br>
1. Is the above approach fine?<br>2. How can I stop the dos window from opening up?<br><br>-- <br>Regrads,<br>Rajat<br>
</div>