On Tue, Aug 30, 2011 at 07:19, Bruce Southey <[email protected]> wrote: > 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?
>> > Where did you get that file from? from <http://pypi.python.org/pypi?:action=browse&c=533&show=all>, I believe, but right now the numpy link on that page times out. > > The official file is called: > numpy-1.6.1-win32-superpack-python3.2.exe > p://sourceforge.ne(httt/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 So there is no 64-bit 3.x numpy? Is it possible to install 32-bit Python 3.2 on 64-bit Win 7 (you seem to have done so), so I could use numpy? Dick _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
