On May 10, 2012, at 7:49 AM, John Fabiani wrote:

>  File "/home/johnf/dabo/dabo/ui/uiwx/dGrid.py", line 1000, in _setDataType
>    if self._dataType == val:
> AttributeError: 'dColumn' object has no attribute '_dataType'

        Try adding this line, and let me know if it fixes the problem:

 448     def __init__(self, parent, properties=None, attProperties=None,
 449                 *args, **kwargs):
 450         self._isConstructed = False
 451         self._dynamic = {}
             self._dataType = ""
 452         # Initialize the data field attribute
 453         self._dataField = ""


-- Ed Leafe




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to