I have a problem for a few days.
I have installed Thonny 3.2.7 in Kde Neon and it worked without problems, but, a few days ago it began to give me the following error every time I wanted to create a new file or when I was going to open one of the ones that I already had created.
I have tried to uninstall it and reinstall it with both APT and PIP and with both versions 3.2.7 and the last one I think is 3.3.2.
I hope you can give me a hand in this problem since I do not know how to solve it.
This is the error that appears to me.
Traceback (most recent call last):
File "/usr/lib/python3.8/tkinter/__init__.py", line 1883, in __call__
return self.func(*args)
File "/usr/lib/python3/dist-packages/thonny/code.py", line 700, in _cmd_open_file
self.show_file(path, propose_dialog=False)
File "/usr/lib/python3/dist-packages/thonny/code.py", line 813, in show_file
editor = self.get_editor(filename, True)
File "/usr/lib/python3/dist-packages/thonny/code.py", line 891, in get_editor
filename = normpath_with_actual_case(os.path.abspath(filename))
File "/usr/lib/python3/dist-packages/thonny/common.py", line 227, in normpath_with_actual_case
assert os.path.exists(name), "Not exists: " + name
AssertionError: Not exists: /home/cybermito/WINDOW DECORATIONS RELOADED
/media/cybermito/MyPassport/cybermito/Documents/Taller Introducción Robótica/particulares/python/adivina_numero.py