|
From: Andrew J. <a.h...@gm...> - 2013-08-06 15:37:14
|
Hi Michael et al, Attached... A p.s. I've posted this via the gmane newsgroup, but a version of was sent to the ML and is awaiting moderator approval... On 02/08/2013 15:32, Michael Droettboom wrote: > Can you provide the output of the build? > > On 08/02/2013 06:53 AM, Andrew Jaffe wrote: >> Hi, >> >> >> On 01/08/2013 19:06, Michael Droettboom wrote: >>> On behalf of a veritable army of super coders, I'm pleased to announce >>> the release of matplotlib 1.3.0. >> Two issues on OSX 10.8.4. I had been previously using the dmg installer. >> Lacking that, I tried easy-install and pip install, both of which gave >> me the following problems: >> >> - I needed to set CC=clang >> - When attempting to load matplotlib, I got the following error: >> >> /Volumes/Data/Users/jaffe/Library/Python/2.7/lib/python/site-packages/matplotlib/font_manager.py >> in <module>() >> 51 import matplotlib >> 52 from matplotlib import afm >> ---> 53 from matplotlib import ft2font >> 54 from matplotlib import rcParams, get_cachedir >> 55 from matplotlib.cbook import is_string_like >> >> ImportError: >> dlopen(/Volumes/Data/Users/jaffe/Library/Python/2.7/lib/python/site-packages/matplotlib/ft2font.so, >> 2): Symbol not found: _FT_Attach_File >> Referenced from: >> /Volumes/Data/Users/jaffe/Library/Python/2.7/lib/python/site-packages/matplotlib/ft2font.so >> Expected in: flat namespace >> in >> /Volumes/Data/Users/jaffe/Library/Python/2.7/lib/python/site-packages/matplotlib/ft2font.so >> >> >> This is a freetype problem, probably an incompatible version somewhere. >> Ideas? >> >> Andrew >> >> |