code output After I updated my macos to Macos Ventura 13.2.1, I started to get black screen in tkinter python GUI.When I write the code attached, I get the attached output where the screen is black and the button is blinking. This even happens when I change the screen background to blue via config method of tkinter. Moreover, when I put a button to tkinter GUI screen, I always get a blinking button when I hover my mouse to the button. I have tried related Stackoverflow posts as solutions but noone worked for my side. Do you have any suggestions ?
I have tried to reinstall and then install the pyenv and tcl-tk libraries from scratch. I have tried to update and upgrade the python, tkinter, tcl-tk versions on my macosx.