Title: Signature.html
That worked. Why the "extra" blank window though?

Martin Walsh wrote:
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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

  

--
           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)


                Life is one damn thing after another."
                     -- Mark Twain 
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to