On Sunday 24 January 2010 08:50:31 am Ed Leafe wrote:
> 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

This is going to be difficult to track because nothing is reported until I 
enter app.start()

Is a way to determine why the namespace is not working?   I would think it has 
to be in setup().

Johnf



_______________________________________________
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