-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in Tkinter callback when quit life game #98
Comments
The exception comes from the following code. free-python-games/src/freegames/life.py Lines 53 to 61 in cfa331f
And I can catch and pass the exception to make it work. See also https://hg.python.org/cpython/rev/a43d03cdf38b, https://python-forum.io/thread-25483.html. |
I am using miniconda in a macbook. I replicated the error. When I click the close button I got a similar Exception in Twinker Callback:
|
I tried to run the life game via
freegames play life
. When I click close button of the game window. I gotException in Tkinter callback
.The text was updated successfully, but these errors were encountered: