PWAATeditor icon indicating copy to clipboard operation
PWAATeditor copied to clipboard

error in line 489

Open solaire27 opened this issue 9 months ago • 1 comments

theres an error when i try to save the file Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\matia\AppData\Local\Programs\Python\Python312\Lib\tkinter_init_.py", line 1968, in call return self.func(*args) ^^^^^^^^^^^^^^^^ File "c:\Users\matia\Downloads\pwaateditor_0.3.0.py", line 489, in saveChanges if self.comboBoxes[element].get() == self.textList[element][setting]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\matia\AppData\Local\Programs\Python\Python312\Lib\tkinter_init_.py", line 3143, in get return self.tk.call(self._w, 'get') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _tkinter.TclError: invalid command name ".!notebook.!frame.!frame.!combobox"

solaire27 avatar May 06 '25 04:05 solaire27