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

Jacin Ferreira report at bugs.python.org
Wed Mar 4 17:42:40 EST 2020


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

I've attached the output of the test.pythoninfo as requested.

I am in Dark mode all the time.  I did try Light mode first thing as sometimes apps aren't updated to work in Dark mode but the same exact issue happened.

---
bin % /usr/local/bin/python3
Python 3.8.2 (v3.8.2:7b3ab5921f, Feb 24 2020, 17:52:18) 
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter as tk
>>> r = tk.Tk()
>>> ^D

----------
Added file: https://bugs.python.org/file48951/test.pythoninfo.output.log

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


More information about the Python-bugs-list mailing list