Re: Need tests of turtledemo.colordemo on Windows installations

2020-09-13 Thread Frank Millman
On 2020-09-14 7:07 AM, Frank Millman wrote: On 2020-09-14 3:18 AM, Terry Reedy wrote: User Tushar Sadhwani and I both have Win 10 with 3.8.5 installed. When he runs ...> py -3.8 -m turtledemo.colormixer and moves the sliders a reasonable amount, he repeatably gets Fatal Python error: Cannot re

Re: Need tests of turtledemo.colordemo on Windows installations

2020-09-13 Thread Frank Millman
On 2020-09-14 3:18 AM, Terry Reedy wrote: User Tushar Sadhwani and I both have Win 10 with 3.8.5 installed.  When he runs ...> py -3.8 -m turtledemo.colormixer and moves the sliders a reasonable amount, he repeatably gets Fatal Python error: Cannot recover from stack overflow. ... https://bugs.p

RE: Audacity and pipe_test.py

2020-09-13 Thread Steve
" The problem is that since they're comments, the compiler can't warn you when there's a mistake. After the code has been edited a few times, they will end up being wrong and misleading." If that is the case, then I would suspect that you are doing it incorrectly. It works especially well for me.

Re: Audacity and pipe_test.py

2020-09-13 Thread Grant Edwards
On 2020-09-13, Steve wrote: > "There is no promise on time.sleep() that the program will restart exactly > when the time expires." > > No precision needed, +- two minutes is acceptable, even three.. In my > tests, I see scarcely three seconds difference. No problem. > > As for ENDIF, ENDWHILE,

Need tests of turtledemo.colordemo on Windows installations

2020-09-13 Thread Terry Reedy
User Tushar Sadhwani and I both have Win 10 with 3.8.5 installed. When he runs ...> py -3.8 -m turtledemo.colormixer and moves the sliders a reasonable amount, he repeatably gets Fatal Python error: Cannot recover from stack overflow. ... https://bugs.python.org/issue41758 I have no problem, re

RE: Audacity and pipe_test.py

2020-09-13 Thread Steve
"There is no promise on time.sleep() that the program will restart exactly when the time expires." No precision needed, +- two minutes is acceptable, even three.. In my tests, I see scarcely three seconds difference. No problem. As for ENDIF, ENDWHILE, "But they have no syntactic meaning, and