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


Groups > comp.lang.python > #106991

Re: python3 - No module named 'html5lib'

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Ben Finney <ben+python@benfinney.id.au>
Newsgroups comp.lang.python
Subject Re: python3 - No module named 'html5lib'
Date Thu, 14 Apr 2016 20:37:29 +1000
Lines 18
Message-ID <mailman.101.1460630257.15650.python-list@python.org> (permalink)
References <bcc33204-d80c-4720-9673-adca1f413559@googlegroups.com> <85y48gwk5y.fsf@benfinney.id.au>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de SMUo+EwLL1W4/Bdp7mfXQQPM1n2x79XtCyHt3vaascXA==
Cancel-Lock sha1:RT2AdFTwKrqNxznDX6j1OrE7X3k=
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.008
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'python3': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:module': 0.09; 'python': 0.10; 'bugs,': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'somehow.': 0.16; 'subject:python3': 0.16; '\xe2\x80\x9cprogram': 0.16; 'library': 0.20; 'module': 0.25; 'testing': 0.25; 'header :User-Agent:1': 0.26; 'installed': 0.26; 'header:X-Complaints- To:1': 0.26; 'error': 0.27; 'system?': 0.29; "i'm": 0.30; 'running': 0.34; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'presence': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'show': 0.62; 'effective': 0.63; 'receive': 0.71; '_o__)': 0.84; 'inadequate': 0.84; 'received:125': 0.84; 'sergio': 0.84
X-Injected-Via-Gmane http://gmane.org/
X-Gmane-NNTP-Posting-Host jigong.madmonks.org
X-Public-Key-ID 0xAC128405
X-Public-Key-Fingerprint 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405
X-Public-Key-URL http://www.benfinney.id.au/contact/bfinney-pubkey.asc
X-Post-From Ben Finney <bignose+hates-spam@benfinney.id.au>
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <85y48gwk5y.fsf@benfinney.id.au>
X-Mailman-Original-References <bcc33204-d80c-4720-9673-adca1f413559@googlegroups.com>
Xref csiph.com comp.lang.python:106991

Show key headers only | 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