Opened 8 years ago

Last modified 8 years ago

#52194 closed defect

py27-html5lib should depend on py27-six — at Initial Version

Reported by: bzbarsky (Boris Zbarsky) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: py-html5lib

Description

Trying to actually use html5lib after installing py27-html5lib gives me:

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/html5lib/init.py", line 16, in <module>

from .html5parser import HTMLParser, parse, parseFragment

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/html5lib/html5parser.py", line 2, in <module>

from six import with_metaclass

ImportError: No module named six

Change History (0)

Note: See TracTickets for help on using tickets.