64-bit python will not load 32-bit NumPy (at least that was my experience with 2.7.10 python and the βofficialβ NumPy distribution for Windows). So run Python (if you have a 32-bit version and a 64-bit version, do this for everyone), and then try to import the NumPy module. If it works with 32-bit Python, then this is a 32-bit version of NumPy. If it works with 64-bit Python, then this is a 64-bit version of NumPy.
source share