Tkinter: Making a window disappear

Claus Tondering claus.tondering at gmail.com
Mon Oct 9 05:08:39 EDT 2006


I just solved the problem myself:

I wrote:
>             self.destroy()

Writing "self.master.destroy()" instead does the trick.

Sorry for the inconvenience.
 
--
Claus Tondering




More information about the Python-list mailing list