Adam Cripps wrote: > Secondly, when I try to exit the app, the quit button doesn't kill the > root, window, but just the widgets. How do I reference the root window > and all, instead of just exiting the widgets? Try self.quit() instead of > self.destroy() > self.exit() Kent