I've got a small wxPython program (Python version 2.7, wxPython 2.8) up and running, but it doesn't display anything but a gray screen and a small portion of one of the buttons in the upper left corner.
I had the same problem the other day and I found that it was because I had run self.SetSizer() instead of self.panel.SetSizer(). But now it's happening even though I've made sure to avoid making that mistake this time. What am I missing here?
http://bpaste.net/show/Vq02tHA85pPi3Fm6aUtI/ <--code here