AttributeError: module ‘urllib’ has no attribute ‘urlopen’

タイトルのエラーがでたときは、urllib.requestを代わりに使おう

import urllib.request
req = urllib.request.urlopen("http://hoge/file/img.png")

Error,Python

Posted by vastee