Hello,

   is it necessary to install numarray separately to use numpy ?
   
  Indeed, after numpy installation, when I try to use it in the code,
 I get the same error as below :
 
.../... 
Python 2.4.1 (#1, May 13 2005, 13:45:18)
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-42)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from numarray import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/python2.3/site-packages/numpy/numarray/__init__.py", 
line 1, in ?
    from util import *
  File "/usr/local/lib/python2.3/site-packages/numpy/numarray/util.py", line 2, 
in ?
    from numpy import geterr
ImportError: No module named numpy
>>>

  Thanks for your answer,
  
     Cheers,
     
       David Landriu
 


--------------------------------------------------------------------

David Landriu                 DAPNIA/SAp CEA SACLAY  (France)                   

Phone  : (33|0)169088785 
Fax    : (33|0)169086577 

---------------------------------------------------------------------


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to