ModuleNotFoundError: No module named 'html.entities'andModuleNotFoundError: No module named 'htmlentitydefs'
from bs4 import BeautifulSoup
print(dir(BeautifulSoup))
Str = '''
ModuleNotFoundError: No module named 'html.entities'
During handling of the above exception, another exception occurred:
ModuleNotFoundError: No module named 'htmlentitydefs'
文件名不能为 “html.py”,编辑的这个文件夹里不许出现"html.py"的文件
没有html.py文件