#9202: update matplotlib
---------------------------+------------------------------------------------
   Reporter:  jason        |       Owner:  tbd       
       Type:  defect       |      Status:  needs_work
   Priority:  major        |   Milestone:            
  Component:  packages     |    Keywords:            
     Author:  Jason Grout  |    Upstream:  N/A       
   Reviewer:               |      Merged:            
Work_issues:               |  
---------------------------+------------------------------------------------
Changes (by jason):

  * status:  new => needs_work


Comment:

 Hmmm...trying to run something from matplotlib says:

 {{{
 Traceback (most recent call last):    q=ax.scatter(x,y)
   File "", line 1, in <module>

   File
 
"/private/var/folders/2J/2JGMKXefHFWmTZ1Ln92Z4U+++TI/-Tmp-/tmp_3GqZ9/___code___.py",
 line 3, in <module>
     import matplotlib.pyplot as plt
   File "/Users/grout/sage/local/lib/python2.6/site-
 packages/matplotlib/pyplot.py", line 6, in <module>
     from matplotlib.figure import Figure, figaspect
   File "/Users/grout/sage/local/lib/python2.6/site-
 packages/matplotlib/figure.py", line 18, in <module>
     from axes import Axes, SubplotBase, subplot_class_factory
   File "/Users/grout/sage/local/lib/python2.6/site-
 packages/matplotlib/axes.py", line 12, in <module>
     import matplotlib.axis as maxis
   File "/Users/grout/sage/local/lib/python2.6/site-
 packages/matplotlib/axis.py", line 10, in <module>
     import matplotlib.font_manager as font_manager
   File "/Users/grout/sage/local/lib/python2.6/site-
 packages/matplotlib/font_manager.py", line 52, in <module>
     from matplotlib import ft2font
 ImportError: dlopen(/Users/grout/sage/local/lib/python2.6/site-
 packages/matplotlib/ft2font.so, 2): Library not loaded:
 /opt/local/lib/libfreetype.6.dylib
   Referenced from: /Users/grout/sage/local/lib/python2.6/site-
 packages/matplotlib/ft2font.so
   Reason: Incompatible library version: ft2font.so requires version 11.0.0
 or later, but libfreetype.6.dylib provides version 10.0.0
 }}}

 So somehow this is picking up my macports version of freetype.  That's a
 problem.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9202#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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/sage-trac?hl=en.

Reply via email to