[wingide-users] (no subject)
Wingware Support
support at wingware.com
Mon Jul 13 08:44:14 MDT 2009
Eric F wrote:
> Hi, I know there are messages on this list saying that tkinter works, but it won't work for me on wing 101 3.0. Even something as simple as:
>
> from Tkinter import *
> tk = Tk()
> btn = Button(tk, text="click me")
> btn.pack()
Add this and the window will appear:
mainloop()
Wing does not automagically run the mainloop. I think gets done when in a shell
outside of Wing b/c the module recognizes the environment, but Wing's shell and
debugger are not recognized.
--
Stephan Deibel
Wingware | Python IDE
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list