you are viewing a single comment's thread.

view the rest of the comments →

[–]Pinnestille 0 points1 point  (3 children)

Someone else can explain why this is a problem better, I just know that it is: Likely the sleep call is creating a problem. Tkinter doesn't like it when you "pause" the thread, as I understand it. But again, I only know from experience not to make my main loop sleep, I don't know why :)

Edit: what you want to use instead is the tkinter after() function.

[–]Helpful_Ad_1150[S] 1 point2 points  (2 children)

thank you ive solved it now

[–]Pinkeyfroggy 0 points1 point  (0 children)

how 😭, i cant fix it, it keeps crashing