CustomTkinter
CustomTkinter copied to clipboard
KeyError : 'text'
Hello, I have compilated a projet with pyinstaler, but when I launch my file (note that customtkinter is installed), I have KeyError : 'text' and I don't understand the meaning of this error...
Details of the error on the image below.

I think you are using an old theme file, the format changed with version 5.0.0.
@mbcraft-exe Paste the customtkinter folder in the same directory where your python program is present, then also add that folder using additional-file option in pyinstaller.