[issue43211] Python is not responding after running program

2021-03-02 Thread Zachary Ware


Change by Zachary Ware :


--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43211] Python is not responding after running program

2021-02-12 Thread Steven D'Aprano


Steven D'Aprano  added the comment:

Hi Diasy, welcome!

Please don't post screen shots of code. That makes it difficult or impossible 
for the blind and visually impaired to contribute, and it means that we have to 
retype your code from scratch to run it, which may introduce new errors. 
Instead, please copy and paste the code as text into your bug report, or attach 
it as a .py file.

I'm not entirely sure what your bug report is here. Your program is stuck in a 
loop:

while True:
wn.update

which does nothing and goes nowhere. (By the way, I think you forgot to call 
the update method: it should be `wn.update()` with round brackets.)

Does the program respond to you typing Ctrl-C? You might need to do that from 
your command line or IDE, the "Pong" window itself probably won't respond to it.

So I'm not sure what bug you think you have found. It looks like it is probably 
running normally to me.

(Disclaimer: I am not using Mac OS, so perhaps the behaviour is different on my 
machine than on yours.)

--
nosy: +steven.daprano

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43211] Python is not responding after running program

2021-02-12 Thread Diasy Barrett


Change by Diasy Barrett :


Added file: https://bugs.python.org/file49805/Screen Shot 2021-02-12 at 
23.56.46.png

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43211] Python is not responding after running program

2021-02-12 Thread Diasy Barrett


New submission from Diasy Barrett :

Good day all
I am very new to Python programming so forgive me.

The Python application is not responding after I run my program.

--
components: macOS
files: Screen Shot 2021-02-12 at 23.55.56.png
messages: 386882
nosy: diasybarrett, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Python is not responding after running program
type: behavior
versions: Python 3.9
Added file: https://bugs.python.org/file49804/Screen Shot 2021-02-12 at 
23.55.56.png

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com