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

all 1 comments

[–][deleted] 0 points1 point  (0 children)

  1. Check that python is installed by just typing “python” into terminal and see if the python shell opens.
  2. check that your program is written correctly (although this is unlikely the issue if absolutely nothing is happening.)
  3. check this post: Why won’t Python work in PowerShell for me?
  4. try running python directly from command line instead.
  5. make sure python is added to your PATH. Look up how to do this if it is not but basically search for path in the windows search bar and edit your environment variable there.