[issue39844] IDLE 3.8.2 on MacOS 10.15.3 Launches to Black Windows

Jacin Ferreira report at bugs.python.org
Wed Mar 4 11:42:44 EST 2020


Jacin Ferreira <jacin.ferreira at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39844>
_______________________________________


More information about the Python-bugs-list mailing list