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 numpy", which fails in the way you described.
Cheers, Alan On Sat, May 31, 2008 at 10:52 AM, Bala subramanian <[EMAIL PROTECTED]> wrote: > 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 the problem i dnt get. Kindly someone write me on the same. > > Thanks, > Bala > > > _______________________________________________ > Numpy-discussion mailing list > [email protected] > http://projects.scipy.org/mailman/listinfo/numpy-discussion > > _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
