Re: Matplotlib import error

2015-02-07 Thread Mark Lawrence
On 07/02/2015 15:23, C Smith wrote: On Fri, Feb 6, 2015 at 7:04 PM, Ned Deily wrote: In article , C Smith wrote: I had python 2.7.6 installed on OS X yosemite, which has always worked fine, until I tried to install matplotlib with pip. I got the same error below and upgraded to 2.7.9, used

Re: Matplotlib import error

2015-02-07 Thread C Smith
On Fri, Feb 6, 2015 at 7:04 PM, Ned Deily wrote: > In article > , > C Smith wrote: >> I had python 2.7.6 installed on OS X yosemite, which has always worked >> fine, until I tried to install matplotlib with pip. I got the same >> error below and upgraded to 2.7.9, used pip to upgrade all the >>

Re: Matplotlib import error

2015-02-06 Thread Ned Deily
In article , C Smith wrote: > I had python 2.7.6 installed on OS X yosemite, which has always worked > fine, until I tried to install matplotlib with pip. I got the same > error below and upgraded to 2.7.9, used pip to upgrade all the > packages, but still get the same error. > > >>> import mat

Re: Matplotlib import error

2015-02-06 Thread Mark Lawrence
On 06/02/2015 19:02, Ian Kelly wrote: On Fri, Feb 6, 2015 at 11:49 AM, C Smith wrote: On Fri, Feb 6, 2015 at 10:20 AM, Chris Angelico wrote: On Sat, Feb 7, 2015 at 3:34 AM, C Smith wrote: ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nump

Re: Matplotlib import error

2015-02-06 Thread Ian Kelly
On Fri, Feb 6, 2015 at 11:49 AM, C Smith wrote: > On Fri, Feb 6, 2015 at 10:20 AM, Chris Angelico wrote: >> On Sat, Feb 7, 2015 at 3:34 AM, C Smith wrote: >>> ImportError: >>> dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so, >>> 2

Re: Matplotlib import error

2015-02-06 Thread C Smith
On Fri, Feb 6, 2015 at 10:20 AM, Chris Angelico wrote: > On Sat, Feb 7, 2015 at 3:34 AM, C Smith wrote: >> ImportError: >> dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so, >> 2): Symbol not found: __gfortran_compare_string > > Ah,

Re: Matplotlib import error

2015-02-06 Thread Chris Angelico
On Sat, Feb 7, 2015 at 3:34 AM, C Smith wrote: > ImportError: > dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so, > 2): Symbol not found: __gfortran_compare_string Ah, installing from source on a Mac and having problems. Have I hear