This isn't really the best list for this question. I would recommend either
the matplotlib mailing list or the anaconda support mailing list.

However, since I am already responding, I'm guessing the issue is that you
compiled and installed the dev version of matplotlib against an older
libpng and then updated libpng. So probably just re-compiling and
installing the dev version of matplotlib would fix it (or if you don't
actually want the dev version, uninstall it and use the conda installed
release version).

Aaron Meurer


On Sun, Aug 16, 2015 at 4:48 PM, Gregg Stock <[email protected]> wrote:

> I'm not sure if this is the right group but any help is appreciated.
>
> I'm trying to run the QT console running this example:
>
>
>    - # %load
>    http://matplotlib.org/plot_directive/mpl_examples/mplot3d/contour3d_demo.py
>    - from mpl_toolkits.mplot3d import axes3d
>    - import matplotlib.pyplot as plt
>    -
>    - fig = plt.figure()
>    - ax = fig.add_subplot(111, projection='3d')
>    - X, Y, Z = axes3d.get_test_data(0.05)
>    - cset = ax.contour(X, Y, Z)
>    - ax.clabel(cset, fontsize=9, inline=1)
>    -
>    - plt.show()
>
>
> and get the following error:
>
> ImportError:
> dlopen(/Users/gstock/anaconda/lib/python2.7/site-packages/matplotlib-1.5.dev1-py2.7-macosx-10.5-x86_64.egg/matplotlib/_png.so,
> 2): Library not loaded: libpng15.15.dylib
>   Referenced from:
> /Users/gstock/anaconda/lib/python2.7/site-packages/matplotlib-1.5.dev1-py2.7-macosx-10.5-x86_64.egg/matplotlib/_png.so
>   Reason: image not found
>
>
> I have libpng installed but the version is 1.6.18
>
> Thanks in advance for any ideas
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" 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/sympy.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/6d3043be-bfbe-444f-84a0-0cf8f77e9ca2%40googlegroups.com
> <https://groups.google.com/d/msgid/sympy/6d3043be-bfbe-444f-84a0-0cf8f77e9ca2%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2B0heXut-5JQf1NZY_D8Lm5i9k3jmUZdmTM%2B9QLTf3zyw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to