html is part of the python distribution now, see: https://docs.python.org/3/library/html.html
It contains two submodues:
you may need to import these separately.
I would try importing the specific submodules and see if you can find your missing modules.
It contains two submodues:
you may need to import these separately.
- html.parser https://docs.python.org/3/library/html.p...tml.parser
- html.entities: https://docs.python.org/3/library/html.e...l.entities
I would try importing the specific submodules and see if you can find your missing modules.
import html import html.entities import html.parser