Re: [Pythonmac-SIG] Installing NumPy

2006-07-17 Thread Christopher Barker
LALOUX Martin wrote: > why not try ? or even better: http://www.pythonmac.org/packages/py24-fat/index.html numpy 0.9.8 is right there. -CHB -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Poi

Re: [Pythonmac-SIG] Installing NumPy

2006-07-17 Thread LALOUX Martin
why not try ? http://www.scipy.org/Installing_SciPy/Mac_OS_X?highlight=%28%28%28-%2A%29%28%5Cr%29%3F%5Cn%29%28.%2A%29CategoryInstallation%5Cb%29 ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac

Re: [Pythonmac-SIG] Installing NumPy

2006-07-16 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joel Levine wrote: > I am trying to get up and running under Mac10.4 with the Intel chip. > > My old code runs on my 10.3 machine. On this machine, it can not find > Numeric. > > That's reasonable: It isn't there. > > If I copy the contents of my ol

[Pythonmac-SIG] Installing NumPy

2006-07-16 Thread Joel Levine
I am trying to get up and running under Mac10.4 with the Intel chip. My old code runs on my 10.3 machine. On this machine, it can not find Numeric. That's reasonable: It isn't there. If I copy the contents of my old Numeric folder to a proper location, Python simply dies when I try to import

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-27 Thread Christopher Barker
Ronald Oussoren wrote: > I'd prefer to have 1 installer for python on OSX, that makes support > a lot easier. And we would like to by able to use Py2App to build apps that will run under both 10.3.9 and 10.4.* -Chris -- Christopher Barker, Ph.D. Oceanographer

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-26 Thread Russell E Owen
At 6:35 PM +0100 3/25/06, Ronald Oussoren wrote: >>>On 23-mrt-2006, at 19:24, James Boyle wrote: >>>... I am running OX 10.3.9. I installed python 2.4.2 using Universal MacPython 2.4.2.dmg. ... > >The universal binary build contains some trickery to enable building >extensions >on OSX

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-25 Thread Bob Ippolito
On Mar 25, 2006, at 12:06 PM, Ronald Oussoren wrote: > > On 25-mrt-2006, at 19:41, Russell E Owen wrote: > >> At 6:35 PM +0100 3/25/06, Ronald Oussoren wrote: > On 23-mrt-2006, at 19:24, James Boyle wrote: > ... >> I am running OX 10.3.9. I installed python 2.4.2 using Universal >

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-25 Thread Ronald Oussoren
On 25-mrt-2006, at 19:41, Russell E Owen wrote: > At 6:35 PM +0100 3/25/06, Ronald Oussoren wrote: On 23-mrt-2006, at 19:24, James Boyle wrote: ... > I am running OX 10.3.9. I installed python 2.4.2 using Universal > MacPython 2.4.2.dmg. > ... >> >> The universal binary buil

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-25 Thread Ronald Oussoren
On 24-mrt-2006, at 21:19, Russell E. Owen wrote: > In article <[EMAIL PROTECTED]>, > Ronald Oussoren <[EMAIL PROTECTED]> wrote: > >> On 23-mrt-2006, at 19:24, James Boyle wrote: >> ... >>> I am running OX 10.3.9. I installed python 2.4.2 using Universal >>> MacPython 2.4.2.dmg. >>> >>> When I tr

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-24 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > On 23-mrt-2006, at 19:24, James Boyle wrote: >... > > I am running OX 10.3.9. I installed python 2.4.2 using Universal > > MacPython 2.4.2.dmg. > > > > When I try to install numpy 0.9.6 it fails ... > > . > > I am run

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-23 Thread Christopher Barker
James Boyle wrote: > I am running gcc 3.3. I note that the python 2.4.2 was built using gcc > 4.0.1. Could this difference in gcc versions be the problem? > At present I am at a loss as to what to try next. It sure could. The thing to try is using gcc 4.0.1: sudo gcc_select 4.x You may need to

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-23 Thread Ronald Oussoren
On 23-mrt-2006, at 19:24, James Boyle wrote: > I'm not sure whether to post this to this list or the numpy list > but I'll start here. > > I am running OX 10.3.9. I installed python 2.4.2 using Universal > MacPython 2.4.2.dmg. > > When I try to install numpy 0.9.6 it fails with the message. >

[Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-23 Thread James Boyle
I'm not sure whether to post this to this list or the numpy list but I'll start here. I am running OX 10.3.9. I installed python 2.4.2 using Universal MacPython 2.4.2.dmg. When I try to install numpy 0.9.6 it fails with the message. . . gcc: _configtest.c gcc: cannot specify -o with -c or -S and