Re: [Numpy-discussion] distutils problem with NumPy-1.4 & Py-2.7a3 (Snow Leopard)

2010-02-24 Thread Bruce Southey
On Wed, Feb 24, 2010 at 11:21 AM, Bruce Southey wrote: > On 02/23/2010 04:47 PM, Robert Kern wrote: >> >> On Tue, Feb 23, 2010 at 13:18, Tom Loredo >>  wrote: >> >>> >>> Hi- >>> >>> I've been testing Python-2.7a3 on Mac OS 10.6.2.  NumPy-1.4.0 will >>> not install; it appears something has changed

Re: [Numpy-discussion] distutils problem with NumPy-1.4 & Py-2.7a3 (Snow Leopard)

2010-02-24 Thread Bruce Southey
On 02/23/2010 04:47 PM, Robert Kern wrote: > On Tue, Feb 23, 2010 at 13:18, Tom Loredo wrote: > >> Hi- >> >> I've been testing Python-2.7a3 on Mac OS 10.6.2. NumPy-1.4.0 will >> not install; it appears something has changed within distutils that >> breaks it: >> File >> "/Volumes/System/Us

Re: [Numpy-discussion] distutils problem with NumPy-1.4 & Py-2.7a3 (Snow Leopard)

2010-02-23 Thread Bruce Southey
On Tue, Feb 23, 2010 at 4:47 PM, Robert Kern wrote: > On Tue, Feb 23, 2010 at 13:18, Tom Loredo wrote: >> >> Hi- >> >> I've been testing Python-2.7a3 on Mac OS 10.6.2.  NumPy-1.4.0 will >> not install; it appears something has changed within distutils that >> breaks it: >>  File >> "/Volumes/Sys

Re: [Numpy-discussion] distutils problem with NumPy-1.4 & Py-2.7a3 (Snow Leopard)

2010-02-23 Thread Robert Kern
On Tue, Feb 23, 2010 at 13:18, Tom Loredo wrote: > > Hi- > > I've been testing Python-2.7a3 on Mac OS 10.6.2.  NumPy-1.4.0 will > not install; it appears something has changed within distutils that > breaks it: >  File > "/Volumes/System/Users/loredo/Downloads/numpy-1.4.0-OSX/numpy/distutils/ccom

Re: [Numpy-discussion] distutils problem with NumPy-1.4 & Py-2.7a3 (Snow Leopard)

2010-02-23 Thread Robert Kern
On Tue, Feb 23, 2010 at 13:32, Bruce Southey wrote: > On 02/23/2010 01:18 PM, Tom Loredo wrote: >> Hi- >> >> I've been testing Python-2.7a3 on Mac OS 10.6.2.  NumPy-1.4.0 will >> not install; it appears something has changed within distutils that >> breaks it: >> >> $ export MACOSX_DEPLOYMENT_TARG

Re: [Numpy-discussion] distutils problem with NumPy-1.4 & Py-2.7a3 (Snow Leopard)

2010-02-23 Thread Bruce Southey
On 02/23/2010 01:18 PM, Tom Loredo wrote: > Hi- > > I've been testing Python-2.7a3 on Mac OS 10.6.2. NumPy-1.4.0 will > not install; it appears something has changed within distutils that > breaks it: > > $ export MACOSX_DEPLOYMENT_TARGET=10.6 > $ export CFLAGS="-arch x86_64" > $ export FFLAGS="-m

[Numpy-discussion] distutils problem with NumPy-1.4 & Py-2.7a3 (Snow Leopard)

2010-02-23 Thread Tom Loredo
Hi- I've been testing Python-2.7a3 on Mac OS 10.6.2. NumPy-1.4.0 will not install; it appears something has changed within distutils that breaks it: $ export MACOSX_DEPLOYMENT_TARGET=10.6 $ export CFLAGS="-arch x86_64" $ export FFLAGS="-m64" $ export LDFLAGS="-Wall -undefined dynamic_lookup -bu