[Numpy-discussion] How to tell whether I am using 32 bit or 64bit numpy?

Dinesh B Vadhia dineshbvadhia at hotmail.com
Sat Mar 28 09:21:02 EDT 2009


Uhmmm!  I installed 64-bit Python (2.5x) on a Windows 64-bit Vista machine (yes, strange but true) hoping that the 32-bit Numpy & Scipy libraries would work but they didn't. 


 
From: Charles R Harris 
Sent: Saturday, March 28, 2009 4:28 AM
To: Discussion of Numerical Python 
Subject: Re: [Numpy-discussion] How to tell whether I am using 32 bit or 64bit numpy?




 
On Sat, Mar 28, 2009 at 5:23 AM, John Reid <j.reid at mail.cryst.bbk.ac.uk> wrote:

David Cournapeau wrote:
> from platform import machine
> print machine()
>
> Should give you something like x86_64 for 64 bits intel/amd architecture,



  In [3]: from platform import machine

  In [4]: print machine()
  i686


  Now I'm wondering why the OS isn't 64 bit but that's not for discussion
  here I guess.


What really matters is if python is 64 bits. Most 64 bit systems also run 32 bit binaries.

Chuck 





 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090328/8f4f4778/attachment.html>


More information about the NumPy-Discussion mailing list