Changes between Initial Version and Version 2 of Ticket #52194


Ignore:
Timestamp:
Sep 9, 2016, 2:59:44 PM (8 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52194

    • Property Owner changed from macports-tickets@… to lightnin@…
    • Property Port py-html5lib added; py27-html5lib removed
  • Ticket #52194 – Description

    initial v2  
    11Trying to actually use html5lib after installing py27-html5lib gives me:
    2 
     2{{{
    33  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/html5lib/__init__.py", line 16, in <module>
    44    from .html5parser import HTMLParser, parse, parseFragment
     
    66    from six import with_metaclass
    77ImportError: No module named six
     8}}}