On Tue, Aug 30, 2011 at 09:09, Charles R Harris <[email protected]> wrote: > > > On Tue, Aug 30, 2011 at 10:01 AM, Richard D. Moores <[email protected]> > wrote: >> >> On Tue, Aug 30, 2011 at 08:51, Olivier Delalleau <[email protected]> wrote: >> > >> > 2011/8/30 Richard D. Moores <[email protected]> >> >> >> >> 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? >> >> >> > >> > Yes you can insteall Python 32 bit on 64 bit Windows. >> >> Thanks. Would doing so leave my 64-bit Python 3.2 intact, so I could >> switch to the 32-bit only to install and use numpy? >> > > You might want to try the win64 packages here. > > Chuck
Thanks Chuck! I downloaded numpy-unoptimized-1.6.1.win-amd64-py3.2.exe. numpy is now installed for 64-bit Python 3.21 But what are the implications of "unoptimized"? Python 3.2.1 (default, Jul 10 2011, 20:02:51) [MSC v.1500 64 bit (AMD64)] Type "help", "copyright", "credits" or "license" for more information. >>> import numpy; help(numpy) Help on package numpy: I copy and pasted this to an RTF file dedicated to the numpy help. It has 86,363 lines! Wow! Dick _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
