Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock down html5lib dependency #36

Closed
dentarg opened this issue Nov 27, 2016 · 1 comment
Closed

Lock down html5lib dependency #36

dentarg opened this issue Nov 27, 2016 · 1 comment
Labels

Comments

@dentarg
Copy link
Owner

dentarg commented Nov 27, 2016

$ dotenv python offline_tester.py
Traceback (most recent call last):
  File "offline_tester.py", line 2, in <module>
    import plugin_handler
  File "/Users/dentarg/Dropbox/code/projects/pynik/min_pynik/plugin_handler.py", line 10, in <module>
    from plugins import *
  File "/Users/dentarg/Dropbox/code/projects/pynik/min_pynik/plugins/title_reader.py", line 12, in <module>
    import bleach
  File "/usr/local/lib/python2.7/site-packages/bleach/__init__.py", line 14, in <module>
    from html5lib.sanitizer import HTMLSanitizer
ImportError: No module named sanitizer

See mozilla/bleach#212

@dentarg dentarg added the bug label Nov 27, 2016
@dentarg
Copy link
Owner Author

dentarg commented Nov 27, 2016

Also html5lib/html5lib-python#277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant