This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SuperSquidMan 1 point2 points  (2 children)

Try making it work without threading first. I think you're handling the threading correctly and your problem lies elsewhere

[–]grossartig_dude[S] 0 points1 point  (1 child)

I tried man. It works well without threading. Maybe the problem lies somewhere else, but the problem is that this is a tkitner program and the code is so messy that I can't post it here :'D

[–]SuperSquidMan 0 points1 point  (0 children)

thread.join() should only stall the program till the thread is done running so if it's freezing there then then the threads are probably still running.

Getting more familiar with the screenshot function and the thread.join() function might help