This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy, tusharsadhwani
Date 2020-09-13.10:08:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599991709.78.0.833849569329.issue41758@roundup.psfhosted.org>
In-reply-to
Content
I ran turtledemo and played with colormixer a few years ago, so slightly older Windows should not matter.  Was Python installed with the python.org installer?  (The appdate path suggests so.)  Your single-user versus my all-user install should not matter.

Please run 'python -m turtle'.  Demo should end with 'click me' to end.

Run the test suite with 'python -m test -ugui  -j0'.  I should be under 5 min running in parallel.  I expect the locale tests to fail.  And test_winconsoleio may hang.  If/when it is the last test running, stop with control-C.  Does anything else fail?
History
Date User Action Args
2020-09-13 10:08:29terry.reedysetrecipients: + terry.reedy, tusharsadhwani
2020-09-13 10:08:29terry.reedysetmessageid: <1599991709.78.0.833849569329.issue41758@roundup.psfhosted.org>
2020-09-13 10:08:29terry.reedylinkissue41758 messages
2020-09-13 10:08:29terry.reedycreate