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

2006-11-06 Thread Bob Ippolito
On 11/6/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > > I think it's time to get MacPython2.5 and a set up packages on PythonMac > org, and build a numpy for it (and SciPy and Matplotlib too...) > > Bob, can you set up the page, and then we can start populating it? I'll put it up when there'

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

2006-11-06 Thread Christopher Barker
[EMAIL PROTECTED] wrote: > 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?" You need Xcode to build numpy (or anything else). If you can find a binary, then you should be able to just run that. One of us should get a binary f

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

2006-11-06 Thread Christopher Barker
I think it's time to get MacPython2.5 and a set up packages on PythonMac org, and build a numpy for it (and SciPy and Matplotlib too...) Bob, can you set up the page, and then we can start populating it? -Chris -- Christopher Barker, Ph.D. Oceanographer

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

2006-11-05 Thread 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 numpy without them. > > Therefore I was wondering if in

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

2006-11-05 Thread arildna
Siterer Steve Lianoglou <[EMAIL PROTECTED]>: > Hi, > >> And do I need even to run numpy (and not scipy)? > > I'm not sure what you mean with you last question here, but just in > case it's not clear: > > If you want to use scipy, you need to install numpy. > You do *not* have to install scipy if a

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

2006-11-05 Thread Steve Lianoglou
Hi, > And do I need even to run numpy (and not scipy)? I'm not sure what you mean with you last question here, but just in case it's not clear: If you want to use scipy, you need to install numpy. You do *not* have to install scipy if all you need is numpy. -steve ---

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

2006-11-05 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Siterer Robert Kern <[EMAIL PROTECTED]>: > >> [EMAIL PROTECTED] wrote: >> >>> Python 2.5 is installed, and I have installed Apple's Developer's >>> Tools (i.e. the package "December 2002 Mac OS X Developer Tools"). >> By the way, this is *really* old. Long before there w

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

2006-11-05 Thread arildna
Siterer Robert Kern <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > >> Python 2.5 is installed, and I have installed Apple's Developer's >> Tools (i.e. the package "December 2002 Mac OS X Developer Tools"). > > By the way, this is *really* old. Long before there were Universal binaries > (which

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

2006-11-05 Thread arildna
Siterer Robert Kern <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: >> gcc: _configtest.c >> gcc: cannot specify -o with -c or -S and multiple compilations >> gcc: cannot specify -o with -c or -S and multiple compilations >> failure. > > You're using OS X 10.3.9? There is a bug in distutils on tha

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

2006-11-04 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Python 2.5 is installed, and I have installed Apple's Developer's > Tools (i.e. the package "December 2002 Mac OS X Developer Tools"). By the way, this is *really* old. Long before there were Universal binaries (which is what Python 2.5 is). I believe you will want to

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

2006-11-04 Thread Robert Kern
[EMAIL PROTECTED] wrote: > gcc: _configtest.c > gcc: cannot specify -o with -c or -S and multiple compilations > gcc: cannot specify -o with -c or -S and multiple compilations > failure. You're using OS X 10.3.9? There is a bug in distutils on that platform. It was fixed in Python's trunk, but I'm

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

2006-11-04 Thread arildna
Siterer Robert Kern <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: >> Hi, >> >> I'm sorry if this might seem like a stupid question to some of you, >> but I have been struggling for the better part of the afternoon trying >> to install NumPy on my G4 iBook, so I hope somebody can take the time >>

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

2006-11-04 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Hi, > > I'm sorry if this might seem like a stupid question to some of you, > but I have been struggling for the better part of the afternoon trying > to install NumPy on my G4 iBook, so I hope somebody can take the time > to lend me a helping hand. I have searched

[Numpy-discussion] problems installing NumPy on OSX

2006-11-04 Thread arildna
Hi, I'm sorry if this might seem like a stupid question to some of you, but I have been struggling for the better part of the afternoon trying to install NumPy on my G4 iBook, so I hope somebody can take the time to lend me a helping hand. I have searched a little in the mail archives and