Hello all, after installing matplotlib 0.91.2 from the sourceforge egg on OS X 10.4.11 (Python 2.5.1), I get the following error:
>>> import pylab Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/vallis/lib/python2.5/site-packages/matplotlib-0.91.2- py2.5-macosx-10.3-fat.egg/matplotlib/pylab.py", line 208, in <module> from matplotlib import mpl # pulls in most modules File "/Users/vallis/lib/python2.5/site-packages/matplotlib-0.91.2- py2.5-macosx-10.3-fat.egg/matplotlib/mpl.py", line 3, in <module> from matplotlib import axis File "/Users/vallis/lib/python2.5/site-packages/matplotlib-0.91.2- py2.5-macosx-10.3-fat.egg/matplotlib/axis.py", line 20, in <module> from font_manager import FontProperties File "/Users/vallis/lib/python2.5/site-packages/matplotlib-0.91.2- py2.5-macosx-10.3-fat.egg/matplotlib/font_manager.py", line 40, in <module> from matplotlib import ft2font ImportError: dlopen(/Users/vallis/lib/python2.5/site-packages/ matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg/matplotlib/ft2font.so, 2): Symbol not found: _FT_Attach_File Referenced from: /Users/vallis/lib/python2.5/site-packages/ matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg/matplotlib/ft2font.so Expected in: dynamic lookup It seems there's something wrong with ft2font.so, since CDing to the egg directory and importing only that extension yields >>> import ft2font.so Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dlopen(./ft2font.so, 2): Symbol not found: _FT_Attach_File Referenced from: /Users/vallis/lib/python2.5/site-packages/ matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg/matplotlib/ft2font.so Expected in: dynamic lookup Any ideas? Cheers, Michele ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users