Re: [Matplotlib-users] Failed pip install on OSX

2013-08-06 Thread Matthew Brett
Hi, On Mon, Aug 5, 2013 at 4:36 PM, Scott Lasley wrote: > > On Aug 5, 2013, at 4:43 PM, Matthew Brett wrote: > >> Hi, >> >> On Sun, Aug 4, 2013 at 7:26 PM, Scott Lasley wrote: >>> >>> On Aug 4, 2013, at 4:47 PM, Matthew Brett >>> wrote: >>> Hi, Congratulations on the new releas

Re: [Matplotlib-users] Failed pip install on OSX

2013-08-05 Thread Scott Lasley
On Aug 5, 2013, at 4:43 PM, Matthew Brett wrote: > Hi, > > On Sun, Aug 4, 2013 at 7:26 PM, Scott Lasley wrote: >> >> On Aug 4, 2013, at 4:47 PM, Matthew Brett wrote: >> >>> Hi, >>> >>> Congratulations on the new release. >>> >>> I just tried installing in a fresh installation of Python 2.

Re: [Matplotlib-users] Failed pip install on OSX

2013-08-05 Thread Eric Firing
On 2013/08/05 10:43 AM, Matthew Brett wrote: > If Matplotlib is only expected to work for the Quartz installs - is it > worth trying to detect that and warn / error at install time? Logically, XQuartz should not be needed at all; mpl on the mac does not require X11. It looks like XQuartz is an a

Re: [Matplotlib-users] Failed pip install on OSX

2013-08-05 Thread Matthew Brett
Hi, On Sun, Aug 4, 2013 at 7:26 PM, Scott Lasley wrote: > > On Aug 4, 2013, at 4:47 PM, Matthew Brett wrote: > >> Hi, >> >> Congratulations on the new release. >> >> I just tried installing in a fresh installation of Python 2.7 from Python.org >> >> Am I right in thinking the recommended method

Re: [Matplotlib-users] Failed pip install on OSX

2013-08-04 Thread Scott Lasley
On Aug 4, 2013, at 4:47 PM, Matthew Brett wrote: > Hi, > > Congratulations on the new release. > > I just tried installing in a fresh installation of Python 2.7 from Python.org > > Am I right in thinking the recommended method is: > >pip install matplotlib > > ? I did this, and then: >

[Matplotlib-users] Failed pip install on OSX

2013-08-04 Thread Matthew Brett
Hi, Congratulations on the new release. I just tried installing in a fresh installation of Python 2.7 from Python.org Am I right in thinking the recommended method is: pip install matplotlib ? I did this, and then: >>> import matplotlib.pyplot as plt Traceback (most recent call last):