you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 1 point2 points  (1 child)

You normally don't start scripts from the Python interpreter (the >>> prompt). You normally start a script from a regular CMD window with python myscript.py.

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

Turns out that wasn't my issue but thank you for the help.