Re: A switch somewhere, or bug?
dn via Python-list <[email protected]> Fri, 5 Dec 2025 07:30:18 +1300
| Newsgroups | gmane.comp.python.general |
|---|---|
| Organization | DWM |
| Message-ID | <[email protected]> |
On 05/12/2025 05:06, Em wrote: > 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. Double-quotes not balanced. -- Regards, =dn