On Jan 17, 2007, at 12:42 PM, johnf wrote:

> import dabo.ui.uiwx.dKeys

        FWIW, even though wxPython is the only UI toolkit we support, this  
coding style is strongly discouraged. If you get errors with  
'dabo.ui.<some module or function>', then you need to add:

dabo.ui.loadUI("wx")

before the import. Normally this is only needed once in the lifetime  
of an app, but when you are testing individual classes it may be  
needed. Calling it multiple times won't hurt.

        I'd explain why, but as it's a namespace issue, I don't want to  
confuse you further.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to