You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Import tkinter
create window and mainloop()
window.configure(bg="black")
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
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
I expect the background color to change and my labels/widgets to be presented properly.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: