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 dwahli
Recipients dwahli
Date 2008-09-15.07:30:34
SpamBayes Score 0.0008491288
Marked as misclassified No
Message-id <1221463837.04.0.987007832734.issue3872@psf.upfronthosting.co.za>
In-reply-to
Content
Component ComboBox from Tix raise an error in Python 2.6rc1 (Windows XP):

Traceback (most recent call last):
  File "D:\PCE\Tools\PCSUpdate\test_combotix.py", line 11, in <module>
    app = TestTix()
  File "D:\PCE\Tools\PCSUpdate\test_combotix.py", line 6, in __init__
    w = ComboBox(self)
  File "C:\Python26\lib\lib-tk\Tix.py", line 579, in __init__
    cnf, kw)
  File "C:\Python26\lib\lib-tk\Tix.py", line 307, in __init__
    self.tk.call(widgetName, self._w, *extra)
_tkinter.TclError: unknown color name "{#c3c3c3}"
History
Date User Action Args
2008-09-15 07:30:37dwahlisetrecipients: + dwahli
2008-09-15 07:30:37dwahlisetmessageid: <1221463837.04.0.987007832734.issue3872@psf.upfronthosting.co.za>
2008-09-15 07:30:35dwahlilinkissue3872 messages
2008-09-15 07:30:35dwahlicreate