When closing a GUI window with a tkintermapview widget in a tab, it throws the following error:
Exception ignored in: <function Image.__del__ at 0x7ff8fe646af0>
Traceback (most recent call last):
File "/usr/lib64/python3.9/tkinter/__init__.py", line 4018, in __del__
TypeError: catching classes that do not inherit from BaseException is not allowed
When closing a GUI window with a tkintermapview widget in a tab, it throws the following error: