wxpython: another missing attribute

John Salerno johnjsal at NOSPAMgmail.com
Fri Jun 9 14:57:39 EDT 2006


Morpheus wrote:

> This becomes a local var, i.e. local to __init__. To make it an instance var
> write
> 
> self.text = wx.StaticText(panel, -1, 'Click results')

Ah, more namespace trickery! Thanks! :)



More information about the Python-list mailing list