Re: [Numpy-discussion] passing "import numpy as np" as python command arg in 'doze

2009-08-14 Thread David Goldsmith
Excellent, thanks! DG --- On Fri, 8/14/09, Robert Kern wrote: > From: Robert Kern > Subject: Re: [Numpy-discussion] passing "import numpy as np" as python > command arg in 'doze > To: "Discussion of Numerical Python" > Date: Friday, August 14, 2009,

Re: [Numpy-discussion] passing "import numpy as np" as python command arg in 'doze

2009-08-14 Thread Robert Kern
On Fri, Aug 14, 2009 at 17:18, David Goldsmith wrote: > Thanks, Skipper & Robert; perhaps I'm misunderstanding what should happen, > but this doesn't appear to work in Windoze: > > Begin Terminal output: > > C:\Python26>python -c "import numpy as np" > > C:\Python26> > > End Terminal output. > > I

Re: [Numpy-discussion] passing "import numpy as np" as python command arg in 'doze

2009-08-14 Thread Skipper Seabold
On Fri, Aug 14, 2009 at 6:18 PM, David Goldsmith wrote: > Thanks, Skipper & Robert; perhaps I'm misunderstanding what should happen, > but this doesn't appear to work in Windoze: > > Begin Terminal output: > > C:\Python26>python -c "import numpy as np" > > C:\Python26> > > End Terminal output. >

Re: [Numpy-discussion] passing "import numpy as np" as python command arg in 'doze

2009-08-14 Thread David Goldsmith
t python doesn't "stay running". DG --- On Fri, 8/14/09, Skipper Seabold wrote: > From: Skipper Seabold > Subject: Re: [Numpy-discussion] passing "import numpy as np" as python > command arg in 'doze > To: "Discussion of Numerical Python" &

Re: [Numpy-discussion] passing "import numpy as np" as python command arg in 'doze

2009-08-14 Thread David Goldsmith
Thanks! DG --- On Fri, 8/14/09, Robert Kern wrote: > From: Robert Kern > Subject: Re: [Numpy-discussion] passing "import numpy as np" as python > command arg in 'doze > To: "Discussion of Numerical Python" > Date: Friday, August 14, 2009, 2:20 P

Re: [Numpy-discussion] passing "import numpy as np" as python command arg in 'doze

2009-08-14 Thread Skipper Seabold
On Fri, Aug 14, 2009 at 5:16 PM, David Goldsmith wrote: > Hi!  Please remind: running python in the Windows Terminal (DOS command > prompt), how does one pass the command "import numpy as np"?  I tried 'python > "import numpy as np"', to no avail. > Is this what you want? In a linux terminal p

Re: [Numpy-discussion] passing "import numpy as np" as python command arg in 'doze

2009-08-14 Thread Robert Kern
On Fri, Aug 14, 2009 at 16:16, David Goldsmith wrote: > Hi!  Please remind: running python in the Windows Terminal (DOS command > prompt), how does one pass the command "import numpy as np"?  I tried 'python > "import numpy as np"', to no avail. $ python -h usage: /Library/Frameworks/Python.fra

[Numpy-discussion] passing "import numpy as np" as python command arg in 'doze

2009-08-14 Thread David Goldsmith
Hi! Please remind: running python in the Windows Terminal (DOS command prompt), how does one pass the command "import numpy as np"? I tried 'python "import numpy as np"', to no avail. DG ___ NumPy-Discussion mailing list NumPy-Discussion@sci