For some reason, importing urllib2 in python gives me an importerror. I can import urllib successfully...what is going on?
>>> import urllib
>>> import urllib2
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import urllib2
ImportError: No module named urllib2