[Tkinter-discuss] python33 self tix do not support all the tix widgets?

zaazbb zaazbb at 163.com
Mon Aug 19 07:54:53 CEST 2013


    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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20130819/078d1367/attachment.html>


More information about the Tkinter-discuss mailing list