[wingide-users] (no subject)
Eric F
efmgdj at yahoo.com
Mon Jul 13 06:40:53 MDT 2009
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()
won't run as debug, run or directly entered into the shell. (I also can't get matlibplot to run, which I assume is because it uses tkinter.)
thanks,
Eric
More information about the wingide-users
mailing list