Guest User

Untitled

a guest
Dec 15th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Need to investigate these errors (happens rarely and usually after running threaded tests):
  2.  
  3. Traceback (most recent call last):
  4. File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\tkinter\__init__.py", line 329, in __del__
  5. if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
  6. RuntimeError: main thread is not in main loop
  7.  
  8.  
  9. File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\tkinter\__init__.py", line 1992, in wm_withdraw
  10. return self.tk.call('wm', 'withdraw', self._w)
  11. _tkinter.TclError: bad window path name ".!toplevel17"
Add Comment
Please, Sign In to add comment