On Jan 24, 2010, at 11:45 AM, John wrote:
>> dabo.ui.loadUI("wx")
>
> every file has that call at the top
Then you have an error somewhere that is preventing
dabo.ui.uiwx.__init__.py from running. loadUI("wx") brings all of the
ui.uiwx.__init__.py namespace into the ui namespace. The traceback lines:
File "/home/johnf/dabo/dabo/ui/uiwx/dForm.py", line 65, in _afterInit
self.Sizer = dabo.ui.dSizer("vertical")
TypeError: 'module' object is not callable
...means that at this point, it thinks that 'dabo.ui.dSizer' is the 'dSizer.py'
module, not the class inside, which is imported in the uiwx.__init__.py code.
-- 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]