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
|
I want to install Psyco on my Windows 7 x64. I have Python 3 installed but i am getting the error
| |||
|
feedback
|
|
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. | ||||
|
feedback
|