Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ben Finney Newsgroups: comp.lang.python Subject: Re: python3 - No module named 'html5lib' Date: Thu, 14 Apr 2016 20:37:29 +1000 Lines: 18 Message-ID: References: <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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <85y48gwk5y.fsf@benfinney.id.au> X-Mailman-Original-References: Xref: csiph.com comp.lang.python:106991 Sergio Spina 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