Hello. It seems there is an issue that TkinterMapView does not work with the new Customtkinter (5+).
File "xxx", line 642, in __init__
self.map_widget = tkintermapview.TkinterMapView(self, corner_radius=0)
File "C:\Users\xxx\AppData\Roaming\Python\Python310\site-packages\tkintermapview\map_widget.py", line 54, in __init__
self.bg_color: str = self.master.cget("bg")
File "C:\Users\xxx\AppData\Roaming\Python\Python310\site-packages\customtkinter\windows\widgets\ctk_frame.py", line 183, in cget
return super().cget(attribute_name)
File "C:\Users\xxx\AppData\Roaming\Python\Python310\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.
Is TkinterMapView going to be updated soon to reflect the changed made in CustomTkinter?
Hello. It seems there is an issue that TkinterMapView does not work with the new Customtkinter (5+).
Is TkinterMapView going to be updated soon to reflect the changed made in CustomTkinter?
Thanks!