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

2020-03-07 Thread Ned Deily
Ned Deily added the comment: Thanks for the pythoninfo output. I didn't see anything unusual there. So I remain perplexed. The thing is the macOS Tk 8.6.8 we supply with current python.org installers doesn't support Dark Mode at all, AFAIK. That was added in 8.6.9. I normally have macOS Da

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

2020-03-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: The black one from 2.42 shows that the disfunction in your system is not in tkinter app and is likely upstream from that (the relationship between tk and mac). -- ___ Python tracker

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

2020-03-04 Thread Jacin Ferreira
Jacin Ferreira added the comment: Screenshot showing results of turtle demo -- Added file: https://bugs.python.org/file48953/Screen Shot 2020-03-04 at 7.39.02 PM.png ___ Python tracker _

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

2020-03-04 Thread Jacin Ferreira
Jacin Ferreira 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

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

2020-03-04 Thread Jacin Ferreira
Jacin Ferreira added the comment: tk window showing black -- Added file: https://bugs.python.org/file48952/Screen Shot 2020-03-04 at 2.42.10 PM.png ___ Python tracker ___ ___

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

2020-03-04 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- nosy: +erlendaasland ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

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

2020-03-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: I just upgraded to 10.14.6 and 3.8.2 and python/IDLE is normal. (I have so far closed the every login 'upgrade to Catalina' box because of reports like this.) Ned, is current 8.6.10 any better than 8.6.9? -- ___

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

2020-03-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: 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

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

2020-03-04 Thread Ned Deily
Ned Deily added the comment: Hmm, intersting! I have seen problems with black screens before when using some newer versions of Tk which is the main reason we are using Tk 8.6.8 on macOS. Let's try getting some more info: /usr/local/bin/python3.8 -m test.pythoninfo Also, which macOS Appeara

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

2020-03-04 Thread Jacin Ferreira
Jacin Ferreira added the comment: which -a python python3 /usr/bin/python /usr/local/bin/python3 /usr/bin/python3 -- ___ Python tracker ___ __

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

2020-03-04 Thread Jacin Ferreira
Jacin Ferreira 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.

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

2020-03-04 Thread Ned Deily
Ned Deily added the comment: Thank you for your report. I am unable to reproduce that behavior. I suspect that the most likely explanation is that you are not actually using the python.org 3.8.2 but rather an IDLE and python from some other distributor (like Homebrew) that has a different v

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

2020-03-03 Thread Jacin Ferreira
Jacin Ferreira added the comment: Uploading another screen shot of preferences. -- Added file: https://bugs.python.org/file48948/Screen Shot 2020-03-03 at 11.51.36 PM.png ___ Python tracker

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

2020-03-03 Thread Jacin Ferreira
New submission from Jacin Ferreira : 0) MacBook Pro 13" running MacOS 10.15.3 Catalina 1) Fresh install of Python 3.8.2 from python.org 2) Launch IDLE 3) Observe Python 3.8.2 Shell 4) Goto File Menu 5) Select Preferences 6) Observe Preferences EXPECTED RESULTS Windows should show text and are u