Apr-07-2018, 07:47 PM
You have this error because the
exit()
function calls itself recursively. Replace it withdef exit(): root.destroy()