You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered: