Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
html module in python 3.6.8
#3
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.

import html
import html.entities
import html.parser
Reply


Messages In This Thread
html module in python 3.6.8 - by suifra - May-09-2023, 07:24 AM
RE: html module in python 3.6.8 - by buran - May-09-2023, 09:01 AM
RE: html module in python 3.6.8 - by Larz60+ - May-09-2023, 09:02 AM
RE: html module in python 3.6.8 - by buran - May-09-2023, 09:07 AM
RE: html module in python 3.6.8 - by suifra - May-09-2023, 12:07 PM
RE: html module in python 3.6.8 - by Larz60+ - May-09-2023, 02:50 PM
RE: html module in python 3.6.8 - by snippsat - May-09-2023, 03:41 PM
RE: html module in python 3.6.8 - by suifra - May-10-2023, 10:09 AM
RE: html module in python 3.6.8 - by snippsat - May-11-2023, 03:49 PM
RE: html module in python 3.6.8 - by suifra - May-12-2023, 11:30 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Tkinterweb (Browser Module) Appending/Adding Additional HTML to a HTML Table Row AaronCatolico1 0 1,902 Dec-25-2022, 06:28 PM
Last Post: AaronCatolico1
  reading html and edit chekcbox to html jacklee26 5 4,433 Jul-01-2021, 10:31 AM
Last Post: snippsat
  HTML to Python to Windows .bat and back to HTML perfectservice33 0 2,540 Aug-22-2019, 06:31 AM
Last Post: perfectservice33

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020