Changes between Initial Version and Version 2 of Ticket #50785
- Timestamp:
- Mar 3, 2016, 12:43:16 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50785
- Property Owner changed from macports-tickets@… to sean@…
-
Property
Summary
changed from
Can't import py27-cairosvg
topy27-cairosvg: AttributeError: 'module' object has no attribute 'ANTIALIAS_FAST'
-
Ticket #50785 – Description
initial v2 23 23 }}} 24 24 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 statements25 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 26 26 {{{ 27 27 cairo.ANTIALIAS_FAST = cairo.ANTIALIAS_NONE