On 09/02/2011 14:43, Jacek Kałucki wrote:
> 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
Lets try again.

Just FYI, I regenerated it all using dabo.ui.etc and the inheritance
diagram is about "half" correct.

E.g. on dBitmap it has an issue with these:
dabo.ui.uiwx.dControlMixin.dControlMixin,
dabo.ui.uiwx.dImageMixin.dImageMixin

Which are imported in dBitmap as:
import dControlMixin as cm
import dImageMixin as dim

But it then finds dabo.ui.dControlMixinBase.dControlMixinBase

which is imported in dControlMixin as:
from dabo.ui.dControlMixinBase import dControlMixinBase

In other words the inheritance diagram is getting it depending on how 
the import is done - I guess.

Werner

_______________________________________________
Post Messages to: [email protected]
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/[email protected]

Reply via email to