here is what I've got using the py3 branch:
>>> import html5lib
>>> from html5lib import tokenizer
>>> from html5lib import sanitizer
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python31\lib\site-packages\html5lib\sanitizer.py", line 4,
in <module>
    from tokenizer import HTMLTokenizer
ImportError: No module named tokenizer

Any idea why?

Thanks,
Mattia

-- 
You received this message because you are subscribed to the Google Groups 
"html5lib-discuss" group.
To post to this group, send an email to html5lib-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
html5lib-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/html5lib-discuss?hl=en-GB.

Reply via email to