Re: A switch somewhere, or bug?

'dn' via Python-list <[email protected]> Fri, 5 Dec 2025 08:21:56 +1300
Newsgroups gmane.comp.python.general
Organization DWM
Message-ID <[email protected]>
Please reply to the List - others may then become involved.

A syntax error was observed.
What happened (differently) when it was corrected?

If there is still an error, help us to help you:
- minimise the code to the fewest number of lines which demonstrate the 
error
- copy-paste it into another post
- add shortest code-file which shows a working example, and a failing one
- add illustrative comments to explain the problem and which 
data-record(s) works/does not.



On 05/12/2025 07:40, Em wrote:
> Yes, that was an error in the message. It was there, and ran for three of
> the four incidents as the message says..
> 
> 
> Footnote:
> Fifteen plus Fifteen is thirty.
> Sixteen and Sixteen is thirty too.
> 
> -----Original Message-----
> From: dn via Python-list <[email protected]>
> Sent: Thursday, December 4, 2025 1:30 PM
> To: [email protected]
> Subject: Re: A switch somewhere, or bug?
> 
> 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
> 
> --
> https://mail.python.org/mailman3//lists/python-list.python.org
> 


-- 
Regards,
=dn