Re: [Numpy-discussion] numpy import problem

2008-06-02 Thread David Cournapeau
Bala subramanian wrote: > > I dnt understand why python 2.4 dosent contain seperate libraries > installed in /usr/lib? > Because your python 2.4 was installed in /usr/local, I guess: > The following is the result of the command - python -c "import sys; > print sys.path" > > ['', '/usr/local/lib

Re: [Numpy-discussion] numpy import problem

2008-06-02 Thread Matthieu Brucher
Hi, Where is numpy installation located ? (you should find it with locate numpy) Matthieu 2008/6/2 Bala subramanian <[EMAIL PROTECTED]>: > Dear David, > > I gave the following and pressed TAB, it seems that i have two python > installation in my linux. > > $ python > > python python2 python2.2

Re: [Numpy-discussion] numpy import problem

2008-06-02 Thread Bala subramanian
Dear David, I gave the following and pressed TAB, it seems that i have two python installation in my linux. $ python python python2 python2.2 python2.4 pythonsh When i give python, python 2.4.3 interpreter opens When i give python2, python 2.2.3 interpreter opens The default is python 2.4.3.

Re: [Numpy-discussion] numpy import problem

2008-06-01 Thread David Cournapeau
On Mon, 2008-06-02 at 10:49 +0530, Bala subramanian wrote: > Dear Alan, > I am using python 2.4.3 that came pre-installed with my linux. I dnt > have any other version. But i noticed another problem. In fact no > other modules are getting imported now. I have pasted the error below. > Suggest me wh

Re: [Numpy-discussion] numpy import problem

2008-06-01 Thread Bala subramanian
Dear Alan, I am using python 2.4.3 that came pre-installed with my linux. I dnt have any other version. But i noticed another problem. In fact no other modules are getting imported now. I have pasted the error below. Suggest me what i should do now. $ python 'import site' failed; use -v for traceb

Re: [Numpy-discussion] numpy import problem

2008-05-31 Thread Alan McIntyre
Bala, One thing I can think of is that you might have multiple versions of Python installed. For example, I have Python 2.4 and 2.5 on my machine, but numpy is only installed for 2.5. Since just running "python" brings up 2.4, sometimes I find myself in the wrong interpreter typing "import nump

[Numpy-discussion] numpy import problem

2008-05-31 Thread Bala subramanian
Dear friends, I installed numpy in a 32-bit machines running with RHEL3. The installation was successful. I tested the installtion by importint numpy inside python interpreter. By once i shutdown the system and restart, and try the same, it says ImportError: No module named numpy. What could be t