Changes between Initial Version and Version 2 of Ticket #50785


Ignore:
Timestamp:
Mar 3, 2016, 12:43:16 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50785

    • Property Owner changed from macports-tickets@… to sean@…
    • Property Summary changed from Can't import py27-cairosvg to py27-cairosvg: AttributeError: 'module' object has no attribute 'ANTIALIAS_FAST'
  • Ticket #50785 – Description

    initial v2  
    2323}}}
    2424
    25 I worked around this by modifying /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cairosvg/surface/__init__.py and adding the following after the import statements
     25I worked around this by modifying /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cairosvg/surface/!__init!__.py and adding the following after the import statements
    2626{{{
    2727cairo.ANTIALIAS_FAST = cairo.ANTIALIAS_NONE