Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-14 Thread Uri Laserson
Strangely, it appears to find the correct numpy. More strangely, I picked a random order of doing things and suddenly it all works. I think what I ended up doing is this: Following builds using default setting without changing anything except: MACOSX_DEPLOYMENT_TARGET=10.6 python 2.7 numpy 1.5.

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-14 Thread Benjamin Root
On Mon, Dec 13, 2010 at 5:54 PM, Uri Laserson wrote: > >> Well, on my Linux system, when I get that error, it happens when I do >> an update of numpy, but fail to rebuild mpl. Here is the order how I >> build things: numpy, scipy, matplotlib. I would imagine ipython goes >> last. >> >> > That h

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Uri Laserson
> > > Well, on my Linux system, when I get that error, it happens when I do > an update of numpy, but fail to rebuild mpl. Here is the order how I > build things: numpy, scipy, matplotlib. I would imagine ipython goes > last. > > That has been my order as well. How can I track down why the impor

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Benjamin Root
On Monday, December 13, 2010, Uri Laserson wrote: > > Can you try importing pyplot from a regular python prompt?  If that > works, then the issue is with ipython messing up the import process of > mpl. > >  I get exactly the same problem... > > > laser...@hobbes:~$ pythonPython 2.7.1 (r271:86832,

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Uri Laserson
> > > Can you try importing pyplot from a regular python prompt? If that > works, then the issue is with ipython messing up the import process of > mpl. > > I get exactly the same problem... laser...@hobbes:~$ python Python 2.7.1 (r271:86832, Dec 13 2010, 14:21:05) [GCC 4.2.1 (Apple Inc. build 5

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Benjamin Root
On Monday, December 13, 2010, Uri Laserson wrote: > Hi all, > I am trying to install matplotlib on a MacMini Intel Core 2 Duo with a clean > install of Mac OS X 10.6.  I am using python 2.7 that I built from source > using the homebrew package installer.  I also installed numpy 1.5.1 from > sou

[Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Uri Laserson
Hi all, I am trying to install matplotlib on a MacMini Intel Core 2 Duo with a clean install of Mac OS X 10.6. I am using python 2.7 that I built from source using the homebrew package installer. I also installed numpy 1.5.1 from source, using the following environment variables: export MACOSX_D