On 08/26/2014 08:38 PM, Ethan Batson wrote:
Hello!

I just started trying to learn Python using the spyder environment (I do
astrophysics research and am tired of other languages and graphing
applications).

I am simply trying to utilize matplotlib, which I believe should be
included with Spyder, but on 3 separate machines now I get the same
error, included below.

I have used the Mac OSX .dmg installation for all of the attempts, and I
believe all computers have been running 10.6.8.

I simply type, in console, "from matplotlib.pyplot import *" which leads to:

">>> from matplotlib.pyplot import *
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File

ImportError:
dlopen(/Applications/Spyder.app/Contents/Resources/lib/python2.7/matplotlib/ft2font.so,
2): Symbol not found: _inflateReset2
   Referenced from:
/Applications/Spyder.app/Contents/MacOS/../Frameworks/libpng16.16.dylib
   Expected in: /usr/lib/libz.1.dylib

Best guess is the OS X system library (libz.1.dylib) is out of date for the application.

  in
/Applications/Spyder.app/Contents/MacOS/../Frameworks/libpng16.16.dylib"

I was hoping someone could help me out, thank you!

If you have access to a newer version of OS X try an install on it to confirm(or not) the above.




--
Adrian Klaver
[email protected]

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to