Ivan Reborin wrote:
> win.Show

This line isn't doing anything.  It needs to be:
win.Show()  # note the parentheses

-- 
Brian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to