I am running Spyder on a Mac.

After the updates this morning in Anaconda, I can't get my Spyder scripts 
to run.

I get a mathplotlib import error.


  File 
"//anaconda/lib/python3.4/site-packages/spyderlib/widgets/externalshell/sitecustomize.py",
 
line 682, in runfile
    execfile(filename, namespace)

  File 
"//anaconda/lib/python3.4/site-packages/spyderlib/widgets/externalshell/sitecustomize.py",
 
line 85, in execfile
    exec(compile(open(filename, 'rb').read(), filename, 'exec'), namespace)

  File "/Users/srose3/Dropbox/SPYDER/SatPlanar/PLANAR.py", line 6, in 
<module>
    import matplotlib.pyplot as plt

  File "//anaconda/lib/python3.4/site-packages/matplotlib/pyplot.py", line 
27, in <module>
    import matplotlib.colorbar

  File "//anaconda/lib/python3.4/site-packages/matplotlib/colorbar.py", 
line 34, in <module>
    import matplotlib.collections as collections

  File "//anaconda/lib/python3.4/site-packages/matplotlib/collections.py", 
line 27, in <module>
    import matplotlib.backend_bases as backend_bases

  File 
"//anaconda/lib/python3.4/site-packages/matplotlib/backend_bases.py", line 
56, in <module>
    import matplotlib.textpath as textpath

  File "//anaconda/lib/python3.4/site-packages/matplotlib/textpath.py", 
line 22, in <module>
    from matplotlib.mathtext import MathTextParser

  File "//anaconda/lib/python3.4/site-packages/matplotlib/mathtext.py", 
line 63, in <module>
    import matplotlib._png as _png

ImportError: 
dlopen(//anaconda/lib/python3.4/site-packages/matplotlib/_png.so, 2): 
Library not loaded: @loader_path/../../../libpng15.15.dylib
  Referenced from: //anaconda/lib/python3.4/site-packages/matplotlib/_png.so
  Reason: image not found

Any suggestion how to get around this?

Thank

-- 
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