Paul McNett wrote:
> Uwe Grauer wrote:
>> johnf wrote:
>>>   File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dGrid.py", line 1877, in 
>>> GetValue
>>>     ret = super(dGrid, self).GetValue(row, col)
>>> AttributeError: 'super' object has no attribute 'GetValue'
>>>
>>> Looks like recent grid change maybe the cause.
>>>
>> It is rev 4444 which introduced the exception.
> 
> Please try [4480], just committed.
> 

Starting Classdesigner with rev 4480 i now get:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dGrid.py", line
3467, in __onWxGridSelectCell
    self.raiseEvent(dEvents.GridCellSelected, evt)
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dPemMixin.py",
line 926, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
  File "/usr/lib/python2.5/site-packages/dabo/lib/eventMixin.py", line
92, in raiseEvent
    bindingFunction(event)
  File "/home/uwe/src/dabo/ide/ClassDesignerPropSheet.py", line 808, in
onGridCellSelected
    self.updateGridDisplay(row, col)
  File "/home/uwe/src/dabo/ide/ClassDesignerPropSheet.py", line 821, in
updateGridDisplay
    pd = self.getPropDictForRow(row)
  File "/home/uwe/src/dabo/ide/ClassDesignerPropSheet.py", line 707, in
getPropDictForRow
    prop = self.getValue(row, 0)
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dGrid.py", line
1905, in getValue
    ret = self.GetValue(row, col)
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dGrid.py", line
1875, in GetValue
    ret = self._Table.GetValue(row, col)
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dGrid.py", line
335, in GetValue
    ret = self.grid.DataSet[row][field]
TypeError: 'NoneType' object is unsubscriptable

Uwe



_______________________________________________
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/[EMAIL PROTECTED]

Reply via email to