wx.Color no longer exists, only wx.Colour (re line 1022 in gui/panels.py)

Bug #1377762 reported by Nathan McCorkle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Whyteboard
New
Undecided
Unassigned

Bug Description

I just installed whyteboard from the Google Code source .deb, and got this (looks to be simple at this point) bug:
Whyteboard 0.41.1
Operating System: Linux 3.13.0-32-generic x86_64
Screen Resolution: 1366x768
Python Version: 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2]
wxPython Version: 3.0.1.1 gtk2 (classic)
wxPython Info: (__WXGTK__, wxGTK, unicode, gtk2, wx-assertions-on, SWIG-1.3.29)
Python Encoding: Default=ascii File=UTF-8
wxPython Encoding: utf-8
System Architecture: 64bit x86_64
Byte order: little
Frozen: False
#---- End System Information ----#

#---- Preferences ----#
language = ""

#---- Traceback Info ----#

*** Sun Oct 5 17:38:31 2014 ***
Traceback (most recent call last):
  File "/usr/bin/whyteboard", line 49, in <module>
    WhyteboardApp().MainLoop()
  File "/usr/local/lib/python2.7/dist-packages/wx/_core.py", line 8628, in __init__
    self._BootstrapApp()
  File "/usr/local/lib/python2.7/dist-packages/wx/_core.py", line 8196, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/lib/whyteboard/whyteboard/gui/app.py", line 61, in OnInit
    self.frame = GUI(config)
  File "/usr/lib/whyteboard/whyteboard/gui/frame.py", line 157, in __init__
    pub.sendMessage('thumbs.update_current')
  File "/usr/lib/whyteboard/whyteboard/lib/pubsub/core/publisher.py", line 150, in sendMessage
    topicObj.publish(kwargs)
  File "/usr/lib/whyteboard/whyteboard/lib/pubsub/core/topics.py", line 449, in publish
    listener(fullTopic, filteredArgs)
  File "/usr/lib/whyteboard/whyteboard/lib/pubsub/core/listener.py", line 160, in __call__
    cb(**kwargs)
  File "/usr/lib/whyteboard/whyteboard/gui/panels.py", line 944, in update_current
    self.update(self.gui.tabs.GetSelection())
  File "/usr/lib/whyteboard/whyteboard/gui/panels.py", line 956, in update
    thumb.highlight()
  File "/usr/lib/whyteboard/whyteboard/gui/panels.py", line 1022, in highlight
    gcdc.SetBrush(wx.Brush(wx.Color(0, 0, 255, 50))) # light blue
AttributeError: 'module' object has no attribute 'Color'

#---- End Traceback Info ----#

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.