Re: [Numpy-discussion] Use of numarray from numpy package

2006-08-31 Thread Steve Lianoglou
On Aug 31, 2006, at 6:19 AM, LANDRIU David SAp wrote: >I learned you answered me, but I did not get > your message : can you send it to me again ? Does this help? http://sourceforge.net/mailarchive/forum.php? thread_id=30384097&forum_id=4890 -steve ---

[Numpy-discussion] Use of numarray from numpy package

2006-08-31 Thread LANDRIU David SAp
Hello, I learned you answered me, but I did not get your message : can you send it to me again ? Thanks , David Landriu David Landriu DAPNIA/SAp CEA SACLAY (France) Phone : (

Re: [Numpy-discussion] Use of numarray from numpy package [# INC NO 24609]

2006-08-30 Thread Sebastian Haase
Andrew Straw wrote: > LANDRIU David SAp wrote: >> Hello, >> >> I come back to my question : how to use numarray >> with the numpy installation ? >> >> {ccali22}~(0)>setenv PYTHONPATH /usr/local/lib/python2.3/site-packages/numpy >> > Here's where you went wrong. You want: > > setenv P

Re: [Numpy-discussion] Use of numarray from numpy package [# INC NO 24609]

2006-08-30 Thread Christopher Barker
Andrew Straw wrote: >> {ccali22}~(0)>setenv PYTHONPATH /usr/local/lib/python2.3/site-packages/numpy >> > Here's where you went wrong. You want: > > setenv PYTHONPATH /usr/local/lib/python2.3/site-packages Which you shouldn't need at all. site-packages should be on sys.path by default. -Chris

Re: [Numpy-discussion] Use of numarray from numpy package [# INC NO 24609]

2006-08-30 Thread Andrew Straw
LANDRIU David SAp wrote: > Hello, > > I come back to my question : how to use numarray > with the numpy installation ? > > {ccali22}~(0)>setenv PYTHONPATH /usr/local/lib/python2.3/site-packages/numpy > Here's where you went wrong. You want: setenv PYTHONPATH /usr/local/lib/python2.3/

Re: [Numpy-discussion] Use of numarray from numpy package [# INC NO 24609]

2006-08-30 Thread Perry Greenfield
On Aug 30, 2006, at 8:51 AM, LANDRIU David SAp wrote: > Hello, > > I come back to my question : how to use numarray > with the numpy installation ? > If you are using both at the same time, one thing you don't want to do is from numpy import * from numarray import * You can do that with on

Re: [Numpy-discussion] Use of numarray from numpy package

2006-08-30 Thread Joris De Ridder
Hi David, Numeric, numarray and numpy are three different packages that can live independently, but that can also coexist if you like so. If you're new to this packages, you should stick to numpy, as the other ones are getting phased out. It's difficult to see what's going wrong without having se

Re: [Numpy-discussion] Use of numarray from numpy package [# INC NO 24609]

2006-08-30 Thread LANDRIU David SAp
Hello, I come back to my question : how to use numarray with the numpy installation ? After some update in the system there is another error message : >> AttributeError: 'module' object has no attribute 'NewAxis' It seems , from advice of the system manager, that an kind of ali

[Numpy-discussion] Use of numarray from numpy package

2006-08-30 Thread LANDRIU David SAp
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"