Python by itself works fine, but when I try to add PIL to it, the installation gives an error message:
python version 2.7 required, which was not found in the registry
What can I do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This problem had already seen before, it is true that python and windows registry has become problematic for this library, you create a new own registry on the following address
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7\InstallPathand then copy and paste there the value that is inHKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.7\InstallPathLook here for more details
Installing SetupTools on 64-bit Windows