python MRO in ClassGroupPropertiesCtrl

Charles R. McCreary charles.mccreary at crmeng.com
Mon Dec 18 00:27:49 CET 2006


While stepping through the code using the Wing IDE debugger, python 
threw a MRO exception while processing
class ClassGroupPropertiesCtrl

Python: Python 2.4.4c1
wx: 2.6.3

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




More information about the Thuban-devel mailing list

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