Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tkinter.TclError
#1
I have been trying to learn python and are using some lessons with small coding exercises. Lately I have gotten this error no matter which program I am using. It refers to lines so far ahead of my 15 to 20 line code examples. How can I stop this error from occurring? Any help would be greatly appreciated.

Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2800.0_x64__qbz5n2kfra8p0\lib\tkinter\__init__.py", line 1921, in __call__
return self.func(*args)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2800.0_x64__qbz5n2kfra8p0\lib\tkinter\__init__.py", line 2341, in destroy
self.tk.call('destroy', self._w)
_tkinter.TclError: can't invoke "destroy" command: application has been destroyed
Reply


Messages In This Thread
tkinter.TclError - by foxxrunning - Jun-11-2023, 10:23 PM
RE: tkinter.TclError - by woooee - Jun-12-2023, 12:03 AM
RE: tkinter.TclError - by deanhystad - Jun-12-2023, 02:32 AM
RE: tkinter.TclError - by foxxrunning - Jun-12-2023, 12:05 PM
RE: tkinter.TclError - by foxxrunning - Jun-12-2023, 12:15 PM
RE: tkinter.TclError - by deanhystad - Jun-12-2023, 03:02 PM
RE: tkinter.TclError - by foxxrunning - Jun-12-2023, 03:14 PM
RE: tkinter.TclError - by deanhystad - Jun-12-2023, 03:30 PM
RE: tkinter.TclError - by foxxrunning - Jun-12-2023, 07:34 PM
RE: tkinter.TclError - by Sition - Jul-05-2023, 01:04 AM
RE: tkinter.TclError - by deanhystad - Jul-05-2023, 01:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Bug tkinter.TclError: bad window path name "!button" V1ber 2 877 Aug-14-2023, 02:46 PM
Last Post: V1ber

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020