I downloaded html 1.13 package from Python site and as per instructions I doubleclicked on install.bat
and installed it. I also added the directory C:\Python26\HTML.py-0.04
to PYTHONPATH
. But when I try to import the module with
>>> from html import HTML
I still get ImportError: No module named html
Can someone help me understand what I am doing wrong? Thanks.