How does your application start?

7stud bbxx789_05ss at yahoo.com
Fri Apr 20 02:27:58 PDT 2007


James Matthews <nytrokiss <at> gmail.com> writes:

> 
> 
> A common issue!The OnInit method calls the super classes __init__ method! 
> 

Huh?  Here's my OnInit() method:

def OnInit(self):
        frame = wx.Frame(None)
        frame.Show()
        return True

I don't see a call to the super class's __init__ method anywhere.








More information about the wxpython-users mailing list