This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eantelman
Recipients eantelman
Date 2009-06-26.19:43:01
SpamBayes Score 3.066991e-05
Marked as misclassified No
Message-id <1246045383.03.0.569758009765.issue6309@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-06-26 19:43:03eantelmansetrecipients: + eantelman
2009-06-26 19:43:03eantelmansetmessageid: <1246045383.03.0.569758009765.issue6309@psf.upfronthosting.co.za>
2009-06-26 19:43:01eantelmanlinkissue6309 messages
2009-06-26 19:43:01eantelmancreate