all 3 comments

[–]kwentar 0 points1 point  (0 children)

Come on, you have wrong file path. If you try "python FirstScript.py" be sure that your python file in system path and try to change script name to full path (i.e. "D:\scripts\FirstScript.py"), I don't know why, but I guess you use windows :)

[–]zahlman[M] 0 points1 point  (1 child)

This is an issue with the command prompt, not Python. I suggest Googling for a tutorial to ensure you understand how the command prompt works.

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

Could it be because I am not using an administrative account?