Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac OSX 12.3 Monterey - Python3 Tkinter produces black screens #2014

Open
donniebergh opened this issue Mar 26, 2022 · 1 comment
Open

Mac OSX 12.3 Monterey - Python3 Tkinter produces black screens #2014

donniebergh opened this issue Mar 26, 2022 · 1 comment

Comments

@donniebergh
Copy link

@donniebergh donniebergh commented Mar 26, 2022

HELP!

I've tried just about all of the Google fixes and still all tk windows/dialogs have a black screen background! I have even tried the Brew installs without any luck ("brew install python-tk@3.10", "brew install python-tk").

Background
I recently updated my MacBook Pro OS to Monterey 12.3 - A clean install from scratch. Now all of my Python/Tkinter apps (I've developed) have a black background hiding the text, buttons etc. The apps appear to still work if get a lucky click on a button.

I'm in the process of learning Python and this has thrown a wrench into the works! I hope there is a simple explanation and fix.

Please provide me with help you can.

Thank you,
-Donnie

Code:
from tkinter import *

app = Tk()

app.title('My App')
app.geometry('500x300')
app.configure(background='white')

app.mainloop()

BlackScreen

Terminal

@marksweb
Copy link

@marksweb marksweb commented Mar 26, 2022

This issue tracker is for bugs relating to the python.org website itself, not for bugs in Python code. You should probably post your question in the "Users" section of https://discuss.python.org/ or stackoverflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants