[issue34258] Python shell keeps restarting
Terry J. Reedy
report at bugs.python.org
Mon Jul 30 13:22:15 EDT 2018
Terry J. Reedy <tjreedy at udel.edu> added the comment:
Again, that RESTART line is NOT an error. IDLE's prompt is not displayed until your program is completely done. It initially pauses on the second line 'check = input()', waiting for user input.
Start with a one-line file:
print('Hello to my game')
Run that and you will see the prompt.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34258>
_______________________________________
More information about the Python-bugs-list
mailing list