Two computers, both alike in dignity, in fair windows land... in Win10/Python 3.13 my program runs as well as can be expected. However, on my new computer Win11/Python 3.14.1 there is a peculiarity.
On the new machine, when I click on the file name, it immediately dumps out. I go in with IDLE and it runs fine with no indication of any error. I believe this line is the culprit: Starter = open(HLYlog.txt", "w") Thoughts appreciated. -----Original Message----- From: Thomas Wouters <[email protected]> Sent: Tuesday, December 2, 2025 3:47 PM To: [email protected]; [email protected] Subject: [RELEASE] Python 3.13.10 is now available! Python 3.13.10 is now available: https://www.python.org/downloads/release/python-31310/ Python 3.13.10 is the tenth maintenance release of 3.13, containing around 300 bugfixes, build improvements and documentation changes since 3.13.9. Enjoy the new release! -- https://mail.python.org/mailman3//lists/python-list.python.org -- https://mail.python.org/mailman3//lists/python-list.python.org
