This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Pycryptor10, epaine, serhiy.storchaka, terry.reedy
Date 2021-04-03.01:33:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617413627.29.0.417370357377.issue43671@roundup.psfhosted.org>
In-reply-to
Content
I would not be surprised if using the gui features of both tkinter and pygame together did cause a crash, as both would be competing for the screen.  Ditto if both were handling key and mouse events.  That might be closed instead as "won't fix"
History
Date User Action Args
2021-04-03 01:33:47terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, epaine, Pycryptor10
2021-04-03 01:33:47terry.reedysetmessageid: <1617413627.29.0.417370357377.issue43671@roundup.psfhosted.org>
2021-04-03 01:33:47terry.reedylinkissue43671 messages
2021-04-03 01:33:46terry.reedycreate