I would open a command prompt and just type python if you get a >>> prompt then python is in the path variable. if it errors out you need to add the path to the python executable to the path environment variable. If you don't get an error then type python <your python file> and see of it generates an error.