[python-win32] numpy and pylab on win64 ?

Tim Roberts timr at probo.com
Thu Feb 12 00:21:00 CET 2009


Dominick Lauzon wrote:
>
> Maybe not the right forum, but I am in the process of porting stuff
> developed originally on win32 to a win64 platform.
>
>  
>
> One of the script used to call numpy and pylab.
>
>  
>
> I cannot find 64bit specific installs for these but am wondering if
> installing the 32bit version would still work on my xp64 platform.
>

If you install 32-bit Python, then the 32-bit add-ons continue to work
just as they always have.

If you install 64-bit Python, then you need 64-bit add-ons.  Numpy, at
least, uses C extensions.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list