Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #106991

Re: python3 - No module named 'html5lib'

From Ben Finney <ben+python@benfinney.id.au>
Newsgroups comp.lang.python
Subject Re: python3 - No module named 'html5lib'
Date 2016-04-14 20:37 +1000
Message-ID <mailman.101.1460630257.15650.python-list@python.org> (permalink)
References <bcc33204-d80c-4720-9673-adca1f413559@googlegroups.com> <85y48gwk5y.fsf@benfinney.id.au>

Show all headers | View raw


Sergio Spina <sergio.am.spina@gmail.com> writes:

> I'm running a python3 program that requires html5lib but I receive the
> error No module named 'html5lib'.

Right, the Python 3 standard library does not have any module by that
name.

If it is to be available, it will need to be installed somehow.

What leads you to think it is available on your system?

-- 
 \            “Program testing can be a very effective way to show the |
  `\        presence of bugs, but is hopelessly inadequate for showing |
_o__)                              their absence.” —Edsger W. Dijkstra |
Ben Finney

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

python3 - No module named 'html5lib' Sergio Spina <sergio.am.spina@gmail.com> - 2016-04-14 02:31 -0700
  Re: python3 - No module named 'html5lib' Ben Finney <ben+python@benfinney.id.au> - 2016-04-14 20:37 +1000
  Re: python3 - No module named 'html5lib' Steven D'Aprano <steve@pearwood.info> - 2016-04-14 21:47 +1000
  Re: python3 - No module named 'html5lib' Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-04-14 08:15 -0400
  Re: python3 - No module named 'html5lib' Wildman <best_lay@yahoo.com> - 2016-04-14 10:53 -0500
    Re: python3 - No module named 'html5lib' Sergio Spina <sergio.am.spina@gmail.com> - 2016-04-15 10:56 -0700

csiph-web