Użytkownik Werner F. Bruhin napisał:
>> But it then finds dabo.ui.uiwx.dControlMixinBase.dControlMixinBase
>> >
>>      
> should have been:
>
> dabo.ui.dControlMixinBase.dControlMixinBase
>
>    

Why? The dControlMixinBase class is already in the ui namespace,
so the correct reference is:
     dabo.ui.dControlMixinBase

Take in mind, that in uiwx.__init__, there is no 'import package'
but 'from package import some_class'.
All the ui.some_class.__module__ refers to the uiwx.some_class
what is correct.
For the framework developer the dabo.ui.uiwx reference is correct
and desirable e.g. to distinguish between ui layers like wx, qt, etc.
But form the framework user point of view,
all public defnitions should refer to the same ui namespace.
I don't know how to deal each other.
-- 
Regards

Jacek Kałucki

_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/4d5299fe.1020...@rz.onet.pl

Reply via email to