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