module ‘urllib‘ has no attribute ‘urlretrieve‘
Posted AI浩
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了module ‘urllib‘ has no attribute ‘urlretrieve‘相关的知识,希望对你有一定的参考价值。
在使用urllib的时候,报的错。
正确的方式:
import urllib.request
urllib.request.urlretrieve('XXXX.jpg', 'aa.png')
以上是关于module ‘urllib‘ has no attribute ‘urlretrieve‘的主要内容,如果未能解决你的问题,请参考以下文章
python3 AttributeError: module 'urllib' has no attribute 'urlencode'
python提示错误“AttributeError: 'module' object has no attribute 'Tk'”是啥原因?
针对AttributeError: ‘module’ object has no attribute’xxx’的错误归类
python 3.x报错:No module named 'cookielib'或No module named 'urllib2'