installing numpy

Christian Tismer tismer at tismer.com
Tue May 2 14:32:14 EDT 2000


luis.apiolaza at utas.edu.au wrote:
> 
> Hi,
> 
> I want to install Numpy in a NT machine and I have the .zip file I
> downloaded from sourceforge. What do I do now? I remember using Numpy
> from the LLNL site and that one had an installer. There isn't even a
> setup.py file in the new distribution!

Unzip it into your Python directory, without any prefixing.
This will gove you a "Numeric" directory, plus an "include"
which you might want to drop.
Since there also is a Numeric.pth file, your "import Numeric"
should work immediately.

ciao - chris

-- 
Christian Tismer             :^)   <mailto:tismer at appliedbiometrics.com>
Applied Biometrics GmbH      :     Have a break! Take a ride on Python's
Kaunstr. 26                  :    *Starship* http://starship.python.net
14163 Berlin                 :     PGP key -> http://wwwkeys.pgp.net
PGP Fingerprint       E182 71C7 1A9D 66E9 9D15  D3CC D4D7 93E2 1FAE F6DF
     where do you want to jump today?   http://www.stackless.com




More information about the Python-list mailing list