On May 15, 2012, at 1:46 PM, John Fabiani wrote:

>  File "/home/johnf/dabo/dabo/db/dCursorMixin.py", line 220, in 
> _correctFieldTypesIfNeeded
>    rec[fld_name] = _correctFieldType(rec[fld_name], fld_name)
>  File "/home/johnf/dabo/dabo/db/dCursorMixin.py", line 237, in 
> _correctFieldType
>    if isinstance(field_val, pythonType):
> TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and 
> types

        Could you perhaps add some debugging before line 237 in dCursorMixin to 
determine what the values of the following are:

field_val
type(field_val)
field_name
pythonType


-- 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