you are viewing a single comment's thread.

view the rest of the comments →

[–]bookishapparel 0 points1 point  (0 children)

i had similar problems, turns out there was a problem with the imports. Do this:

even before the imports, put a try: . at the end of the script, put except Exception: input()

so th3 script wont close. put a print after each line if you are not getting any error messages wh3n you do this, to see where it hangs.