Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Exception ignored in: <function Variable.__del__ at 0x0000022490810158>
  2. Traceback (most recent call last):
  3. File "C:\Users\broly\Desktop\python\lib\tkinter\__init__.py", line 329, in __del__
  4. if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
  5. RuntimeError: main thread is not in main loop
  6. Exception ignored in: <function Variable.__del__ at 0x0000022490810158>
  7. Traceback (most recent call last):
  8. File "C:\Users\broly\Desktop\python\lib\tkinter\__init__.py", line 329, in __del__
  9. if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
  10. RuntimeError: main thread is not in main loop
  11. Exception ignored in: <function Variable.__del__ at 0x0000022490810158>
  12. Traceback (most recent call last):
  13. File "C:\Users\broly\Desktop\python\lib\tkinter\__init__.py", line 329, in __del__
  14. if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
  15. RuntimeError: main thread is not in main loop
  16. Exception ignored in: <function Image.__del__ at 0x000002249082D158>
  17. Traceback (most recent call last):
  18. File "C:\Users\broly\Desktop\python\lib\tkinter\__init__.py", line 3504, in __del__
  19. self.tk.call('image', 'delete', self.name)
  20. RuntimeError: main thread is not in main loop
  21. Tcl_AsyncDelete: async handler deleted by the wrong thread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement