Hi,
When installing Python, did you install it for all users? If not, please install it again for all users.
Did you install the 64 bits version?
You can get it here if needed:
https://www.python.org/ftp/python/2.7.1 ... .amd64.msiBe sure to uninstall your previous one before installing it again.
In your previous message, you said Python was installed in "C:/Python 27", with a space between "Python" and "27". Was it a typing error?
By default, if you didn't change the install settings, there shouldn't be a space. Make sure there isn't.
If there is, try uninstalling Python and installing it again with the default installation path (no spaces).
Finally, to be sure your Python is in the PATH variable, and to check its path, follow these steps:
- press Windows + R to open the Run dialog
- type "cmd" and press Enter to open a new console
- in the console, type "where python.exe"
- if Python was correctly installed with the default path it should print "C:\Python27\python.exe"
- you can then type "python" and press Enter to run the Python interpreter, it should print a welcome message like this:
- Code: Select all
Python 2.7.10 (default, May 23 2015, 09:44:00) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
We are investigating on our side for other possible causes.
Cheers,