Open GoogleCodeExporter opened 9 years ago
One obvious workaround is
to replace
root.protocol('WM_DELETE_WINDOW', root.quit)
by
root.protocol('WM_DELETE_WINDOW', root.destroy)
but this would be a change in a section of code which is named
# Standalone Code Initialization
# DO NOT EDIT
and of course it does not explain why root.quit() does not work when called
from Pyscripter.
Sincerly
Rolf
Original comment by rolf.hem...@gmail.com
on 8 Jun 2014 at 12:00
Original issue reported on code.google.com by
rolf.hem...@gmail.com
on 8 Jun 2014 at 7:54