tfroehlich82 / koalixcrm

Beautiful CRM/ERP for small business
http://tfroehlich82.github.io/koalixcrm
Other
84 stars 24 forks source link

There is no html5lib.sanitizer #78

Open yggdr opened 8 years ago

yggdr commented 8 years ago

After pip install -r local.txt, starting via manage.py runserver results in ImportError: No module named 'html5lib.sanitizer' This happens in every branch.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37438502-there-is-no-html5lib-sanitizer?utm_campaign=plugin&utm_content=tracker%2F6663194&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6663194&utm_medium=issues&utm_source=github).
yggdr commented 8 years ago

pip install -U bleach seems to update to a newer version of html5lib that works.