Public bug reported:

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.FileSelectBox(master, pattern="*.bdb", 
command=self.file_pick) #pattern sets the pattern for the filter box
  File "/usr/lib/python2.6/lib-tk/Tix.py", line 794, in __init__
    TixWidget.__init__(self, master, 'tixFileSelectBox', ['options'], cnf, kw)
  File "/usr/lib/python2.6/lib-tk/Tix.py", line 307, in __init__
    self.tk.call(widgetName, self._w, *extra)
_tkinter.TclError: unknown color name "{#c3c3c3}"

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
python-tkinter-tix program has unknown color error
https://bugs.launchpad.net/bugs/371720
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to