bigcasey123
07-23-2012, 11:21 PM
I did everything right on this tutorial http://www.netinstructions.com/2011/09/how-to-make-a-web-crawler-in-under-50-lines-of-python-code/
but i keep getting this error when i press enter.
"Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
from html.parser import HTMLParser
ImportError: No module named html.parser"
So do i make the html parser or what?
but i keep getting this error when i press enter.
"Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
from html.parser import HTMLParser
ImportError: No module named html.parser"
So do i make the html parser or what?