Brian Granger wrote: > Hi, > > matplotlib 0.98.3 runs fine on my system. However, when I do "ipython > -pylab" with 0.98.5.2 on OS X, I get: > > from matplotlib import ft2font > ImportError: > dlopen(/Users/bgranger/Library/Python/2.5/site-packages/matplotlib/ft2font.so, > 2): Symbol not found: _FT_Get_PS_Font_Info > Referenced from: > /Users/bgranger/Library/Python/2.5/site-packages/matplotlib/ft2font.so > Expected in: /usr/local/lib/libfreetype.6.dylib > > I am using the system freetype lib. Does anyone have any hints on > hunting this one down? > > Thanks, > > Brian >
Brian: The "system" freetype lib (that comes with Apple X11) is in /usr/X11/lib, not /usr/local/lib. You must have installed an older version of freetype in /usr/local, which matplotlib linked against. -Jeff ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users