Luis Otavio

Results 3 comments of Luis Otavio

Here too, same message...

fine, I managed to get around it. thanks!

> could you show me your solution? In my case, I just needed the text of a button, so I simply used: var = IntVar() btn = customtkinter.CTkButton(master, text='A', textvariable=var)...