_tkinter.TclError: unknown color name "{#c3c3c3}"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenIPMI |
New
|
Undecided
|
Unassigned | ||
Tix |
New
|
Undecided
|
Unassigned | ||
tix (Ubuntu) |
Fix Released
|
Medium
|
Georges Khaznadar | ||
Bug Description
I have a python program which uses widgets from tkinter-tix. It worked fine before the upgrade and still works fine on non-upgraded systems both windows and linux ie. only ubuntu 9.04 do I have this problem. I get the following error report when I try to run it...
Traceback (most recent call last):
File "./bozodb4.py", line 124, in <module>
vp_start_gui()
File "./bozodb4.py", line 37, in vp_start_gui
w = Bozo_Data_Base (root)
File "./bozodb4.py", line 67, in __init__
self.tix26 = Tix.FileSelectB
File "/usr/lib/
TixWidget.
File "/usr/lib/
self.
_tkinter.TclError: unknown color name "{#c3c3c3}"
affects: | ubuntu → python2.6 (Ubuntu) |
affects: | python2.6 (Ubuntu) → tix (Ubuntu) |
Changed in tix (Ubuntu): | |
importance: | Undecided → Medium |
Changed in tix: | |
status: | Unknown → Fix Released |
Changed in tix: | |
importance: | Unknown → Undecided |
status: | Fix Released → New |
tags: | added: patch |
Changed in tix (Ubuntu): | |
status: | Fix Committed → Fix Released |
http:// bugs.python. org/issue3872 - I'm pasting link to upstream bts report as I can't add it in normal way. According to them it was fixed in 2.6.2c1 but test_combotix.py still throws exception for me.