wxpython: can't even create a Panel

John Salerno johnjsal at NOSPAMgmail.com
Thu Jun 8 15:44:08 EDT 2006


Tim Chase wrote:

> It looks like a subtle difference between
> 
>     panel = wx.Panel(self)
> 
> and
> 
>         panel = wx.Panel(self)

Ack! Thanks guys! What's funny is that at first I even had it beneath 
the __init__ method, but then I unindented because it looked wrong for 
some reason! :P

Well, now I can create a totally useless empty window, which I consider 
a major accomplishment!



More information about the Python-list mailing list