Re: [Numpy-discussion] help getting started

2009-04-20 Thread Christopher Barker
David Cournapeau wrote: > Christopher, would you mind trying the following binary ? > > http://www.ar.media.kyoto-u.ac.jp/members/david/archives/numpy/scipy-0.7.0-py2.5-macosx10.5.mpkg.tar That binary seems to be working OK on my PPC 10.4 mac, with no gfortran installed. Is it up on the main s

Re: [Numpy-discussion] help getting started

2009-04-15 Thread Robert Pyle
On Apr 14, 2009, at 10:31 PM, chris.bar...@noaa.gov wrote: David Cournapeau wrote: Christopher, would you mind trying the following binary ? http://www.ar.media.kyoto-u.ac.jp/members/david/archives/numpy/scipy-0.7.0-py2.5-macosx10.5.mpkg.tar I'm out of town and away from my Mac the whole we

Re: [Numpy-discussion] help getting started

2009-04-14 Thread Chris . Barker
David Cournapeau wrote: > Christopher, would you mind trying the following binary ? > > http://www.ar.media.kyoto-u.ac.jp/members/david/archives/numpy/scipy-0.7.0-py2.5-macosx10.5.mpkg.tar I'm out of town and away from my Mac the whole week. Hopefully someone else can give it a try. Thanks for

Re: [Numpy-discussion] help getting started

2009-04-13 Thread David Cournapeau
On Sat, Apr 11, 2009 at 1:47 PM, David Cournapeau wrote: > > ATM, I am dealing with a third one: scipy.test() crashes right away > when importing scipy.cluster Ok, ended up being a problem with incompatible matplotlib imported by scipy.cluster, and specific to my machine. Anyway, problem solved.

Re: [Numpy-discussion] help getting started

2009-04-10 Thread David Cournapeau
On Sat, Apr 11, 2009 at 1:14 PM, Christopher Barker wrote: > David Cournapeau wrote: >> wrote: >>> Last I checked, the binary for ScipPy was broken, you'll need to get >>> gfortran and compile it yourself, as the page tells you. >> >> This should really be fixed, it is not acceptable to have a br

Re: [Numpy-discussion] help getting started

2009-04-10 Thread Christopher Barker
David Cournapeau wrote: > wrote: >> Last I checked, the binary for ScipPy was broken, you'll need to get >> gfortran and compile it yourself, as the page tells you. > > This should really be fixed, it is not acceptable to have a broken > binary. I will generate a new one, That would be great. II

Re: [Numpy-discussion] help getting started

2009-04-10 Thread David Cournapeau
On Sat, Apr 11, 2009 at 5:42 AM, Christopher Barker wrote: > > Last I checked, the binary for ScipPy was broken, you'll need to get > gfortran and compile it yourself, as the page tells you. This should really be fixed, it is not acceptable to have a broken binary. I will generate a new one, Da

Re: [Numpy-discussion] help getting started

2009-04-10 Thread Christopher Barker
John Seales wrote: > loading the numpy or scipy module doesn't work, whether I do it at the > terminal command line or at the python interpreter. > > Anyone know what else might be wrong? we're going to have to know a lot more about what you've done so far, but; a) unless you have a strong reas

Re: [Numpy-discussion] help getting started

2009-04-10 Thread John Seales
[Numpy-discussion] help getting started > > On Sat, Apr 11, 2009 at 2:30 AM, John Seales wrote: > > Intel mac. > > Python 2.6. > > > > I'm trying to start using numpy and scipy, and am having trouble. > > > > I'm trying to install numpy followi

Re: [Numpy-discussion] help getting started

2009-04-10 Thread Zachary Pincus
Hi John, First, did you build your own Python 2.6 or install from a binary? When you type "python" at the command prompt, which python runs? (You can find this out by running "which python" from the command line.) Second, it appears that numpy is *already installed* for a non-apple python 2

Re: [Numpy-discussion] help getting started

2009-04-10 Thread David Cournapeau
On Sat, Apr 11, 2009 at 2:30 AM, John Seales wrote: > Intel mac. > Python 2.6. > > I'm trying to start using numpy and scipy, and am having trouble. > > I'm trying to install numpy following the instructions on > http://scipy.org/Installing_SciPy/Mac_OS_X . > > when I give the python setup.py buil

[Numpy-discussion] help getting started

2009-04-10 Thread John Seales
Intel mac. Python 2.6. I'm trying to start using numpy and scipy, and am having trouble. I'm trying to install numpy following the instructions on http://scipy.org/Installing_SciPy/Mac_OS_X . when I give the python setup.py build command, it doesn't work. Here's my interaction at the terminal