I am using the windows7 command prompt and have opened the python interpreter and changed to the directory where the file is located. The instructions I have say to get into the directory and type
./keyboardControl.py 192.168.1.108
where keyboardControl.py is the name of the file and the ip address is for a robot.
I get the error:
File "", line 1 .\keyboardControl.py 192.168.1.108 SyntaxError: invalid syntax (with the carrot under the . before )
I have also tried:
python keyboardControl.py 192.168.1.108
I get the same error with the carrot now under the l in Control.
Any help would be greatly appreciated.