I\'m starting to learn about python development in a new project.
I got setup almost everything right, but only this import HTML
that keeps given me some error that
It looks like you are using anaconda, have you tried installing it the anaconda way?
conda install HTML
Also do you by any chance have 2 version of Python on your system?
If the package is unavailable you'll have to user pip
. If you don't have pip, from your command line write:
python get-pip.py
pip install HTML