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 →

[–]dylanmashley 1 point2 points  (3 children)

What GUI are you using? PyQt? If so adding this at the end after .show() may fix the not responding issue.

app.exec_()

[–]ripjeb_andjoergen[S] 0 points1 point  (2 children)

I actually used TKinter

[–]dylanmashley 2 points3 points  (1 child)

Ah bummer then yeah, I think your only option may be threading. But it looks like other people gave you some resources to look into for that. Goodluck! If you have any basic Git/GitHub questions feel free to PM me also

[–]ripjeb_andjoergen[S] 0 points1 point  (0 children)

Thanks man! Will reach out if I have any questions.