[issue6309] Tix needs TCL package require statement

Erik Antelman report at bugs.python.org
Fri Jun 26 21:43:03 CEST 2009


Erik Antelman <eantelman at acm.org> added the comment:

BTW: It should be given to the future searchers, that the mistake
results in the following error:
    _tkinter.TclError: invalid command name "tixComboBox"

The solution is simple:

Documentation gives proper usage of Tix to be replacing Tkinter.Tk()
with Tix.Tk(). This solves the problem. 

I think this was an RTFM issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6309>
_______________________________________


More information about the Python-bugs-list mailing list