[Tutor] Modifying Grayson's Example 5_14

Martin Walsh mwalsh at mwalsh.org
Mon Mar 16 20:29:32 CET 2009


Wayne Watson wrote:
...

> it.  It works pretty well, but puts up a a few probably top level
> windows that are blank. How do I get around them, and is there anything

...

> 
> root = Tk()

Try adding this,

root.withdraw()

> dialog = GetPassword(root)

HTH,
Marty


More information about the Tutor mailing list