wxPython beginners problem
Brian Victor
homeusenet3 at brianhv.org
Fri Aug 15 13:48:39 EDT 2008
Ivan Reborin wrote:
> win.Show
This line isn't doing anything. It needs to be:
win.Show() # note the parentheses
--
Brian
More information about the Python-list
mailing list