Re: python3 - No module named 'html5lib'

2016-04-15 Thread Sergio Spina
Il giorno giovedì 14 aprile 2016 17:54:00 UTC+2, Wildman ha scritto: > On Thu, 14 Apr 2016 02:31:59 -0700, Sergio Spina wrote: > > > I'm running a python3 program that requires html5lib but I receive the > > error No module named 'html5lib'. > > > > Here are two session of terminal: > > > >

Re: python3 - No module named 'html5lib'

2016-04-14 Thread Wildman via Python-list
On Thu, 14 Apr 2016 02:31:59 -0700, Sergio Spina wrote: > I'm running a python3 program that requires html5lib but I receive the error > No module named 'html5lib'. > > Here are two session of terminal: > > sam@pc ~ $ python > Python 2.7.9 (default, Mar 1 2015, 12:57:24) > [GCC

Re: python3 - No module named 'html5lib'

2016-04-14 Thread Steven D'Aprano
On Thu, 14 Apr 2016 07:31 pm, Sergio Spina wrote: > I'm running a python3 program that requires html5lib but I receive the > error No module named 'html5lib'. > > Here are two session of terminal: > > sam@pc ~ $ python > Python 2.7.9 (default, Mar 1 2015, 12:57:24) > [GCC 4.9.2] on

Re: python3 - No module named 'html5lib'

2016-04-14 Thread Ben Finney
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

python3 - No module named 'html5lib'

2016-04-14 Thread Sergio Spina
I'm running a python3 program that requires html5lib but I receive the error No module named 'html5lib'. Here are two session of terminal: sam@pc ~ $ python Python 2.7.9 (default, Mar 1 2015, 12:57:24) [GCC 4.9.2] on linux2 >>> import html5lib >>> html5lib.__file__