As for issue (2) you need to downgrade to html5lib<=0.9999999. This is pinned in bleach so I'm not sure why it wasn't constrained. (I had this problem too.) You can fix it with `pip install -U bleach`.
On Thu, Jul 21, 2016 at 8:31 PM, Alain Turcotte <[email protected]> wrote: > I am trying to install Cartridge 0.11.0 on windows (via cygwin), and i > have 2 bugs: > > > 1) > > "mezzanine-project -a cartridge atcart" give me the error : > > CommandError: 'atcart' conflicts with the name of an existing Python > module and cannot be used as a project name. Please try another name. > > > > 2) > > "python manage.py createdb --noinput" give me the error : > > erreur : No module named 'html5lib.sanitizer' > > > > the source of the problem is in the package "bleach" , in the __init__.py > : > > import html5lib > > from html5lib.sanitizer import HTMLSanitizer > > > > any suggestion ? > > > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
