On Saturday 01 November 2008 11:58:04 am Ed Leafe wrote:
> 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

I think I know what's happening with the form.  And I think I'll let Larry 
debug it.  BTW you were on the right track - Larry is subclassing the 
GetValue() method.

-- 
John Fabiani


_______________________________________________
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