Problem found in createDom() method
HTML parser which can be used for screen-scraping applications
Brought to you by:
bhimsen92
Hello,
I wanted to start using htmldom just a while ago, and everytime I was using createDom() exception was raised. I've read the code and found a solution. It was all about changing import statement in line 317 from import urllib.request as urllib2 to import urllib2. Hope it helps if anyone have a similar problem.
Anonymous
Thank you very much for finding the bug.