Aaron Pace
1 min readApr 28, 2020

--

For me, this ran well the first time I executed the code. Subsequent runs yielded an error similar to this for all packages:

Traceback (most recent call last):
File “C:\Python\lib\tkinter\__init__.py”, line 4014, in __del__
self.tk.call(‘image’, ‘delete’, self.name)
RuntimeError: main thread is not in main loop
Tcl_AsyncDelete: async handler deleted by the wrong thread

Thoughts?

--

--

Aaron Pace
Aaron Pace

Written by Aaron Pace

Married to my best friend. Father to five exuberant children. Fledgling entrepreneur. Writer. Software developer. Inventory management expert.

No responses yet