I want install the django cms which uses the sanitizer of the html5lib,
but I get the error shown above in the title.
when I just import the sanitizer from html5lib:
from html5lib import sanitizer
I get the following error:
Traceback (most recent call last):
File "test.py", line 1, in <module>
from html5lib import sanitizer
ImportError: cannot import name 'sanitizer'
I installed html5lib from pip:
Is the sanitizer module not available anymore ?
I want install the django cms which uses the sanitizer of the html5lib,
but I get the error shown above in the title.
when I just import the sanitizer from html5lib:
I get the following error:
I installed html5lib from pip:
Is the sanitizer module not available anymore ?