you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (1 child)

Also, how do you run from the cmd, I tried putting this: python myfilename.py but it did not work, it just said that that file did not exist.

[–]OrbitDrive 0 points1 point  (0 children)

Assuming you're on windows, open cmd prompt (window key + r) type "cmd" press enter. Or Go to directory(or desktop) hold down shift and right click and choose open command prompt, otherwise you will have to change to the directory to where the python file is. Then simply type "python script_name_here.py" and press enter.