CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

black screen issues after using customtkinter

Open dropcunt opened this issue 3 years ago • 2 comments

Hello

After using customtkinter i have very strange problems with tkinter ending up in black screen on Mac M1. I tried to reproduce the problem it does not seem to be a problem with M1 since it works on another user on the same machine. Did anyone experience similar issues and how can i revert all the changes customtkinter did the tk interface? I have the feeling it has to do something with changing themes permanently.

dropcunt avatar Dec 05 '22 09:12 dropcunt

Which python version are you using?

TomSchimansky avatar Dec 05 '22 10:12 TomSchimansky

Hello

After using customtkinter i have very strange problems with tkinter ending up in black screen on Mac M1. I tried to reproduce the problem it does not seem to be a problem with M1 since it works on another user on the same machine. Did anyone experience similar issues and how can i revert all the changes customtkinter did the tk interface? I have the feeling it has to do something with changing themes permanently.

CustomTkinter doesn't change Tk itself, you have to import it and specifically use it. If this happens even on projects that just use Tk then you have a more fundamental issue on that user account.

Evolution0 avatar Dec 07 '22 18:12 Evolution0