PDA

View Full Version : [SOLVED] How to enable Python?



33Nicolas
April 12th, 2013, 03:51 PM
Everytime I open the terminal I get the following error message:

WARNING:root:python-html2text is not present. HTML pages will not be converted into text.

I've tried moving things into /Bin but to no avail.

I suspect it is also the cause for my default sound car ap not working and having no sound.

Can anyone help please? thanks, N.

mchid2
August 27th, 2013, 06:26 AM
sudo apt-get install html2text
and then . . .

sudo apt-get install python-html2text

The next time you open a terminal, it should be clean. 8-)
Good Luck!