On Jan 8, 2013, at 3:13 PM, Paul McNett <[email protected]> wrote:

> Choices for you going forward are:
> 
> 1) Put a settings_override.py in the dabo module directory with:
>  implicitImports = True
> 
> 2) Change your code to explicitly import dabo.ui prior to your 
> dabo.ui.loadUI() call.
> You'll also need to change calls like:
>  app = dabo.dApp(...)
> to:
>  from dabo.dApp import dApp
>  app = dApp(...)

        You really should write up a summary of the changes so that we can 
point people to them when we make the switch.


-- Ed Leafe

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.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