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!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to