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 twegener
Recipients ajaksu2, gpolo, loewis, mkiever, twegener
Date 2009-04-05.00:05:27
SpamBayes Score 1.6653345e-16
Marked as misclassified No
Message-id <1238889934.31.0.0242568428463.issue1600182@psf.upfronthosting.co.za>
In-reply-to
Content
I encountered this bug at my previous place of employment. I've since
moved on, so I don't have access to the code/setup where this originally
occurred. 

I tried to setup a test case to reproduce this, but was thwarted by
another bug, probably related to my Linux distro (Fedora 10):

$ python issue_1600182.py 
Traceback (most recent call last):
  File "issue_1600182.py", line 10, in <module>
    c = Tix.ComboBox()
  File "/usr/lib/python2.5/lib-tk/Tix.py", line 579, in __init__
    cnf, kw)
  File "/usr/lib/python2.5/lib-tk/Tix.py", line 307, in __init__
    self.tk.call(widgetName, self._w, *extra)
_tkinter.TclError: invalid command name "tixComboBox"

I can't comment further until I resolve this other problem.
History
Date User Action Args
2009-04-05 00:05:35twegenersetrecipients: + twegener, loewis, mkiever, ajaksu2, gpolo
2009-04-05 00:05:34twegenersetmessageid: <1238889934.31.0.0242568428463.issue1600182@psf.upfronthosting.co.za>
2009-04-05 00:05:33twegenerlinkissue1600182 messages
2009-04-05 00:05:27twegenercreate