On Nov 1, 2008, at 11:37 AM, johnf wrote:

>  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dGrid.py", line 1909,  
> in
> GetCellValue
>    ret = self._Table.GetValue(row, col, useCache=useCache)
> TypeError: GetValue() got an unexpected keyword argument 'useCache'


        How is this grid being created? The Dabo grid uses its own class for  
the base table, and that class's GetValue() method has been overridden  
to add this parameter.

        To verify, add the line:

print self._Table, self._Table.__class__

        before line 1909, and let me know what it prints.

-- Ed Leafe





_______________________________________________
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