Re: [Numpy-discussion] problems installing NumPy on OSX

2006-12-05 Thread Travis Oliphant
> It seems running from the source dir has been the main problem all > along. It works fine outside (I guess). > > I get one error in the test Steve recommends though. But hey, 519 out > of 520 ain't so bad, is it? > Don't worry about the failing test. It's a bad test on your platform.

Re: [Numpy-discussion] problems installing NumPy on OSX

2006-12-04 Thread Christopher Barker
Arild B. Næss wrote: > It seems running from the source dir has been the main problem all > along. It works fine outside (I guess). I'm glad you got it working. > FAIL: Ticket #112 > -- > Traceback (most recent call last): >

Re: [Numpy-discussion] problems installing NumPy on OSX

2006-12-03 Thread Arild B. Næss
Den 3. des. 2006 kl. 18.23 skrev Steve Lianoglou: >>> You got my hopes up for a second there, but I can do neither: >>> >>> Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) >>> [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin >>> Type "help", "copyright", "credits" or "license" for more >>> i

Re: [Numpy-discussion] problems installing NumPy on OSX

2006-12-03 Thread Steve Lianoglou
>> You got my hopes up for a second there, but I can do neither: >> >> Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) >> [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin >> Type "help", "copyright", "credits" or "license" for more >> information. > from numpy import * >> Running from nu

Re: [Numpy-discussion] problems installing NumPy on OSX

2006-12-03 Thread Erin Sheldon
On 12/3/06, Arild B. Næss <[EMAIL PROTECTED]> wrote: > > > Den 3. des. 2006 kl. 17.00 skrev Gael Varoquaux: > > On Sun, Dec 03, 2006 at 04:56:49PM +0100, Arild B. Næss wrote: > This gets me further, actually the installation seems to complete. > However, when I type > > import Numeric > in Python,

Re: [Numpy-discussion] problems installing NumPy on OSX

2006-12-03 Thread Arild B. Næss
Den 3. des. 2006 kl. 17.00 skrev Gael Varoquaux: On Sun, Dec 03, 2006 at 04:56:49PM +0100, Arild B. Næss wrote: This gets me further, actually the installation seems to complete. However, when I type import Numeric in Python, I get the usual ImportError: No module named Numeric. Thats norm

Re: [Numpy-discussion] problems installing NumPy on OSX

2006-12-03 Thread Gael Varoquaux
On Sun, Dec 03, 2006 at 04:56:49PM +0100, Arild B. Næss wrote: > This gets me further, actually the installation seems to complete. > However, when I type > >> import Numeric > in Python, I get the usual ImportError: No module named Numeric. Thats normal, you installed numpy. > >> import nump

Re: [Numpy-discussion] problems installing NumPy on OSX

2006-12-03 Thread Arild B. Næss
Den 5. nov. 2006 kl. 20.26 skrev Steve Lianoglou: >> I'm sorry, I was a tad too quick typing there. I meant to say "And do >> I even need to [install Xcode] to run numpy?" Robert pointed out that >> a lot things mentioned in the install guide were necessary to run >> scipy, but that you could run