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
$ py -2 handler.py
Traceback (most recent call last):
File "handler.py", line 10, in
from bs4 import BeautifulSoup
File "C:\Python27\lib\site-packages\bs4_init_.py", line 30, in
from .builder import builder_registry, ParserRejectedMarkup
File "C:\Python27\lib\site-packages\bs4\builder_init_.py", line 314, in
from . import _html5lib
File "C:\Python27\lib\site-packages\bs4\builder_html5lib.py", line 70, in
class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
AttributeError: 'module' object has no attribute '_base'
The text was updated successfully, but these errors were encountered:
Any help?
$ py -2 handler.py
Traceback (most recent call last):
File "handler.py", line 10, in
from bs4 import BeautifulSoup
File "C:\Python27\lib\site-packages\bs4_init_.py", line 30, in
from .builder import builder_registry, ParserRejectedMarkup
File "C:\Python27\lib\site-packages\bs4\builder_init_.py", line 314, in
from . import _html5lib
File "C:\Python27\lib\site-packages\bs4\builder_html5lib.py", line 70, in
class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
AttributeError: 'module' object has no attribute '_base'
The text was updated successfully, but these errors were encountered: