CustomTkinter
CustomTkinter copied to clipboard
ValueError: ['text_font'] are not supported arguments
I Upgraded from 4.6.3 to the newest Version an get the following Error: (I also tried Installing 5.0.0 to 5.0.3)
PS H:\06 Coding\VsCodeProjekts\FiLoS\v2.2.1> & C:/Users/werner/AppData/Local/Programs/Python/Python311/python.exe "h:/06 Coding/VsCodeProjekts/FiLoS/v2.2.1/filos.py"
Traceback (most recent call last):
File "h:\06 Coding\VsCodeProjekts\FiLoS\v2.2.1\filos.py", line 281, in
@GermanYoshi Some parameter names were changed after the new update. replace the text_font parameter with font.
You can see the full change log here: https://github.com/TomSchimansky/CustomTkinter/blob/master/CHANGELOG.md#changed
@Akascape thanks
cant...