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 Jacin Ferreira, ned.deily, ronaldoussoren, terry.reedy
Date 2020-03-04.20:36:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583354181.7.0.843827024871.issue39844@roundup.psfhosted.org>
In-reply-to
Content
This is almost certainly a tcl/tk/tkinter on Catalina issue, not an IDLE issue.  Screenshots are missing headlight colors, and that should be impossible to cause from Python.  In standard python, try

>>> import tkinter as tk
>>> r = tk.Tk()

Should see small (about 2"x2") box.  If not, add
>>> r.mainloop()

And/or, try $ python3 -m turtledemo
History
Date User Action Args
2020-03-04 20:36:21terry.reedysetrecipients: + terry.reedy, ronaldoussoren, ned.deily, Jacin Ferreira
2020-03-04 20:36:21terry.reedysetmessageid: <1583354181.7.0.843827024871.issue39844@roundup.psfhosted.org>
2020-03-04 20:36:21terry.reedylinkissue39844 messages
2020-03-04 20:36:21terry.reedycreate