Changes between Initial Version and Version 2 of Ticket #30846


Ignore:
Timestamp:
Aug 17, 2011, 11:59:37 PM (13 years ago)
Author:
skymoo (Adam Mercer)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30846

    • Property Cc ram@… removed
    • Property Owner changed from macports-tickets@… to ram@…
    • Property Status changed from new to assigned
  • Ticket #30846 – Description

    initial v2  
    11matplotlib is unable to save PDF files (test code attached).  It crashes with an assertion error related to font encoding:
    22
     3{{{
    34  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/dviread.py", line 727, in _register
    45    assert encoding is None
    56AssertionError
     7}}}
    68
    79A patch has been proposed to work around the issue: