[issue13482] _tkinter.TclError: invalid command name "tixDirSelectBox"
New submission from Martin Unzner : Hi all, while executing the following piece of code: import tkinter import tkinter.tix if __name__=='__main__': root = tkinter.Tk() dirlist = tkinter.tix.DirSelectBox(root) dirlist.pack() root.mainloop() the following erro
[issue13482] _tkinter.TclError: invalid command name "tixDirSelectBox"
Martin Unzner added the comment: Sorry, I just found the programming example in the documentary. Works now. -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/i