It seems that you did not configure your variable PATHcorrectly. For this:
- Hold down the Win key and press Pause.
- Click "Advanced system settings."
- Select environment variables.
- Add
;C:\Python34to the variable PATH. - Restart the command line.
(You can also run set PYTHONPATH=%PYTHONPATH%;C:\Python34in cmd)
Python Windows.