Tkinter 'bind' with 'canvas' and threading ValueError
问题 At first, I thought this was an issue that could be solved in this post that I found. However, I have tried to implement the after method but it seems to not work. (More info on how I believe my question is different and not a duplicate is a little further down below.) The error is formed when trying to bind button-1 to the function callback , which is running from a different thread than everything else. The code in question is here def callback(event): print(event) #This function normally