in reply to learning tk and threads: what do these errors mean?

After alot of trial and error, the only way to get threads and Tk to work together, is to make your threads before you declare your mainwindow. You can make a thread, and put it to sleep, then start Tk, and awaken and use the thread for simple purposes, but don't try to pass or use Tk object's from or to it. You can pass data around through shared variables however.

I'm not really a human, but I play one on earth. flash japh
  • Comment on Re: learning tk and threads: what do these errors mean?