Problems killing a tkinter app when a time expiry is detected. #2344
ttodd54-beep
started this conversation in
General
Replies: 2 comments 1 reply
-
|
Refer to this section |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Also check this note about And please check the online doc section Besides, please check this guide to read the doc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a python 3.7 tkinter app that I'm packing into a single exe using pyarmor. I'm setting an expiry date using -e and setting a --period to check on the expiry. When an expiry occurs, I would like the app to die completely, but instead, it ends up in a state where some of the functionality is disabled, and others still work.
My understanding of this has to do with tkinter capturing exceptions and continuing on. Is there is a simple way to fix this? I'm ok without doing a graceful shutdown. I've tried several suggestions from Gemini that didn't work.
Thanks!
Terry
Beta Was this translation helpful? Give feedback.
All reactions