How to install NumPy on Windows 64?
numpy, python, windows-7, windows-7-x64
Solution
Numpy is not supported on python 2.5 for Windows 64 bits, you need at least python 2.6, and even in that case, you need to build it by yourself, or use something like EPD or the installer given in link given by thor.
NumPy cannot be used in Google App Engine, so I am not sure to understand the argument there.
Problem
NumPy installer can't find python path in the registry. Cannot install Python version 2.5 required, which was not found in the registry. OK I have to modify the registry? I already modified %PATH% to point to the Python25 installation directory.