when i run my test coe as below, i meet a error "_tkinter.TclError: invalid
command name "tixControl".
who can tell me, which tix widgets could used in python33? and which are
not suppported by python33??
thanks.
from tkinter import *
from tkinter.tix import *
root = Tk()
c = Control(root, label = 'Number:')
c.pack()
root.mainloop()
2013-08-19
zaazbb
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss