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 Jacin Ferreira
Recipients Jacin Ferreira, ned.deily, ronaldoussoren, terry.reedy
Date 2020-03-04.16:42:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583340164.27.0.0466117436861.issue39844@roundup.psfhosted.org>
In-reply-to
Content
Thank you so much Ned.  I appreciate it.  What you said makes sense.

I went ahead and did what you suggested and validated that I am indeed running Python 3.8.2 but I'm still getting the black screens.

bin % /usr/local/bin/python3.8 -c "import sys;print(sys.version)"
3.8.2 (v3.8.2:7b3ab5921f, Feb 24 2020, 17:52:18) 
[Clang 6.0 (clang-600.0.57)]

bin % /usr/local/bin/python3.8 -m idlelib
                     
bin % cd
mv .idlerc old_idlerc
/usr/local/bin/python3.8 -m idlelib

So weird.
History
Date User Action Args
2020-03-04 16:42:44Jacin Ferreirasetrecipients: + Jacin Ferreira, terry.reedy, ronaldoussoren, ned.deily
2020-03-04 16:42:44Jacin Ferreirasetmessageid: <1583340164.27.0.0466117436861.issue39844@roundup.psfhosted.org>
2020-03-04 16:42:44Jacin Ferreiralinkissue39844 messages
2020-03-04 16:42:43Jacin Ferreiracreate