Uwe Grauer wrote:
> johnf wrote:
>> On Thursday 28 August 2008 12:35:45 pm Dave Rowe wrote:
>>> Today just is not my day...
>>>
>>> Going through the ClassDesigner, I created a vertical sizer (2 slots),
>>> bottom slot, proportion 0 (for Save, Cancel, etc), top slot, Add Controls
>>> from Data Environment.  Get the below traceback.  After continuing with the
>>> design (edit captions and such), I leave 'Add bixobj code' selected, click
>>> 'Finish', and get Segmentation Fault in the terminal.  Any ideas?
>>>
>>> Dave
>> confirmed OpenSUSE 10.3 python 2.5.1 wxPython 2.8.6
>> I also get a traceback just opening the ClassDesigner.py
>> Traceback (most recent call last):
>>   File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dGrid.py", line 3467, in 
>> __onWxGridSelectCell
>>     self.raiseEvent(dEvents.GridCellSelected, evt)
>>   File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dPemMixin.py", line 926, in 
>> raiseEvent
>>     super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, 
>> **kwargs)
>>   File "/home/johnf/downloads/dabo/dabo/lib/eventMixin.py", line 92, in 
>> raiseEvent
>>     bindingFunction(event)
>>   File "/home/johnf/downloads/dabo/ide/ClassDesignerPropSheet.py", line 808, 
>> in onGridCellSelected
>>     self.updateGridDisplay(row, col)
>>   File "/home/johnf/downloads/dabo/ide/ClassDesignerPropSheet.py", line 821, 
>> in updateGridDisplay
>>     pd = self.getPropDictForRow(row)
>>   File "/home/johnf/downloads/dabo/ide/ClassDesignerPropSheet.py", line 707, 
>> in getPropDictForRow
>>     prop = self.getValue(row, 0)
>>   File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dGrid.py", line 1905, in 
>> getValue
>>     ret = self.GetValue(row, col)
>>   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.

Paul



_______________________________________________
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