fivecat opened this issue on Sep 27, 2008 ยท 6 posts
fivecat posted Sun, 28 September 2008 at 12:21 PM
Okay, I'm using classes, and adding the two "del" lines prevents the problem as long as I use the close button on the script window. Right now I'm using this: self.button = Button(frame, text="DONE", fg="red", command=master.destroy) to exit the script. What is a better way to do this than just calling master.destroy?