johnf wrote: > Hi, > I am getting the following traceback when I click into boolean column only on > Linux. > Suse 10.2 python 2.5 wxPython 2.6 > > Traceback (most recent call last): > File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dGrid.py", line 3361, in > __onWxG ridEditorCreated > ed = self._activeEditorControl = evt.Control > AttributeError: 'GridEditorCreatedEvent' object has no attribute 'Control'
Thanks; this is because there was still code in there that assumed wxPython 2.8. You must be running 2.8 on Windows or you would have noticed this problem there, too. Please try the patch I'm committing right now. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
