The console tells you more than the clicks. Try again in a console.
how do I try again in a console, sorry im new to this
Simply open the console (or cmd or command prompt) and type python
to see if it starts the python interpreter.
If it works, try again with the path to your program, for example python C:\foo\bar\baz\qux.py
Yes now you in folder
C:\Users\Joshu\python
.
Type
exit()
to get back to command line.
If you place your python file lets call it
foo.py
in that folder.
You can run it like this:
C:\Users\Joshu\python\python foo.py
tutorial cmd learn basic like
dir
(look at files)
cd
(navigate to other folder).
can someone do it for me in teamviewer, I'm just really confused about this
Do you know the path to your python file in the folders hierarchy?