On Tue, Aug 30, 2011 at 8:56 AM, Richard D. Moores <[email protected]> wrote: > On Tue, Aug 30, 2011 at 06:53, Charles R Harris > <[email protected]> wrote: >> >> >> On Tue, Aug 30, 2011 at 7:47 AM, Richard D. Moores <[email protected]> >> wrote: >>> >>> Python 3.2, 64-bit Win 7 >>> >>> When I try to install numpy-1.6.1.win32-py3.2.exe (md5) I get "Python >>> version 3.2 required, which was not found in the registry". What to >>> do? >>> >> >> Did you already install python from python.org? > > Yes. > > Dick > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion > Where did you get that file from?
The official file is called: numpy-1.6.1-win32-superpack-python3.2.exe (http://sourceforge.net/projects/numpy/files/NumPy/1.6.1/) Nor does it seem to be one of Christoph's as those have names like 'numpy-unoptimized-1.6.1.win32-py3.2.exe' http://www.lfd.uci.edu/~gohlke/pythonlibs/ As Olivier indicated, this is for a 32-bit install of Python 3.2 and you do not have a 32-bit version of Python installed. I just confirmed that under my 64-bit Windows 7 system: Python 3.2 (r32:88445, Feb 20 2011, 21:29:02) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> import numpy >>> numpy.test() Running unit tests for numpy NumPy version 1.6.1 NumPy is installed in C:\Python32\lib\site-packages\numpy Python version 3.2 (r32:88445, Feb 20 2011, 21:29:02) [MSC v.1500 32 bit (Intel)] nose version 1.0.0 ..... Bruce _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
