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

tkinter widgets not working at all on mac #43

Open
Sami-Souayah opened this issue Jun 15, 2024 · 0 comments
Open

tkinter widgets not working at all on mac #43

Sami-Souayah opened this issue Jun 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Sami-Souayah
Copy link

Describe the bug
I have installed and imported tkinter onto my mac, and I have tried using the mac version and the normal version (installed both multiple different ways). I am trying to change the background color of my GUI and use different types of widgets such as labels and input text boxes, but it is refusing to create and labels or change any background colors. The only thing I can mess with is the size of my GUI window, the title, and creating different buttons. No errors occur.
To Reproduce
Steps to reproduce the behavior:

  1. Import tkinter
  2. create window and mainloop()
  3. window.configure(bg="black")
  4. Run the code, color doesn't change

Expected behavior
I expect the background color to change and my labels/widgets to be presented properly.

Desktop (please complete the following information):

  • OS: MacOS
  • Version: Sonoma 14.5
@Sami-Souayah Sami-Souayah added the bug Something isn't working label Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants