Comment #4 on issue 3347 by [email protected]: plotting error in master
http://code.google.com/p/sympy/issues/detail?id=3347
I think I know the problem. import matplotlib works fine, but import
matplotlib.pyplot gives
ImportError:
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/ft2font.so,
2): Symbol not found: _FT_Attach_File
Referenced from:
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/ft2font.so
Expected in: flat namespace
in
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/ft2font.so
(in 32-bit, because normally that executable is 64-bit). So the test
should not only be using import_module, but it should be using the exact
same import_module from plot.py. Alternately, it should just check if the
backend is matplotlib.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.