New submission from Steven D'Aprano:

Did you take a picture of the screen with your iPhone? Why didn't you take a 
screenshot? Or better still, since this is a text-based medium not a graphics 
error, copy and paste the text involved? That's easier for people to work with, 
including those who are blind or visually impaired.

Your images are fuzzy, clipped, and almost impossible to make out what is going 
on. The closest I can determine is that you are running Python successfully, 
because I can see what looks like a call to:

    print('example of error')

working successful: the string is printed, as expected, and no SyntaxError 
occurs. That's image1.

image2 is even harder to make out, some of the text is so out of focus I cannot 
read it, but again it shows the same line of code successfully executed, but a 
mystery dialog box that says "syntax error".

To start with, please explain how you are running Python. Are you running it in 
the basic Windows terminal? What command did you give to run Python? Or are you 
running IDLE? Did you run it from the Start Menu? What *exact* sequence of 
commands did you give to run Python?

Try to answer using words, not pictures, and ESPECIALLY not out-of-focus photos 
taken with your phone.

And don't start a new ticket, either respond to this one or #28365.

----------
nosy: +steven.daprano

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28366>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to