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, t...@probo.com Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32