Gong, Shawn (Contractor) wrote:
> Hi Robert
> "Running from numpy source directory" message also appears when I
> installed numpy.

Yes, that's fine. Like I said, it is used for bootstrapping the installation.

> I am running python 2.3.6, not 2.4

I don't see how that is relevant.

> You said "It is picking up the partial numpy package in the source".  Do
> you mean it is picking up the partial numpy package from python 2.3.6 ? 

No, it is picking up the numpy package that is in the directory you are
currently in.

> How do I change out of that directory and try again?

$ cd ..
$ python
>>> import numpy

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to