python MRO in ClassGroupPropertiesCtrl

Bernhard Herzog bh at intevation.de
Mon Dec 18 11:53:30 CET 2006


"Charles R. McCreary" <charles.mccreary at crmeng.com> writes:

> Changing the inheritance from
> class ClassGroupPropertiesCtrl(wxWindow, wxControl):
> to
> class ClassGroupPropertiesCtrl(wxControl,wxWindow):
> fixes the MRO exception.

This has been solved in SVN by simply deriving from wxControl alone,
since wxControl is itself a subclass of wxWindow.

   Bernhard

-- 
Intevation GmbH                                 http://intevation.de/
Skencil                                           http://skencil.org/
Thuban                                  http://thuban.intevation.org/




More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)