CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Customtkinter v5 crashes TkinterMapview

Open felle9900 opened this issue 2 years ago • 2 comments

Today I updated my version of Customtkinter to v5, but now my TkinterMapView crashes my app. It worked fine yesterday before I updated.

I get this error:

File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/customtkinter/windows/widgets/core_widget_classes/ctk_base_class.py", line 153, in cget
    raise ValueError(f"'{attribute_name}' is not a supported argument. Look at the documentation for supported arguments.")
ValueError: 'bg' is not a supported argument. Look at the documentation for supported arguments.

felle9900 avatar Dec 01 '22 15:12 felle9900

This is all because version 5 replaced old arguments like bg, text_font etc with new names.

Akascape avatar Dec 01 '22 16:12 Akascape

I will fix tkintermapview soon!

TomSchimansky avatar Dec 01 '22 19:12 TomSchimansky

It's fixed now with tkintermapview version 1.18.

TomSchimansky avatar Dec 02 '22 23:12 TomSchimansky