How-to articles, tricks, and solutions about URLLIB2
Import error: No module name urllib2
It looks like you are trying to import the urllib2 module, which is not available in Python 3.
What are the differences between the urllib, urllib2, urllib3 and requests module?
urllib, urllib2, and urllib3 are all Python standard library modules for handling URLs.