I want to install Psyco on my Windows 7 x64. I have Python 3 installed but i am getting the error

No Python Installation Found in Registry

link|improve this question

73% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Did you install 64-bit Python 3? Psyco is not available for 64-bit Python. Python puts registry entries at different locations for 32- vs 64-bit installations, as explained at their bugtracker. If you've installed 64-bit Python, Psyco won't find it since it is looking for a 32-bit installation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.