*** /usr/local/lib/wxPython-unicode-2.8.9.2/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx/_controls.py Tue Feb 17 02:47:58 2009 --- _controls.py Tue May 12 21:32:46 2009 *************** *** 6994,6999 **** --- 6994,7001 ---- style = CLRP_DEFAULT_STYLE, validator = wx.DefaultValidator, name = "colourpicker"): + if type(col) == type((),): + col = wx.Color(col) wx.PyPickerBase.__init__(self, parent, id, col.GetAsString(), pos, size, style, validator, name) widget = ColourPickerCtrl.ColourPickerButton(