腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
BeautifulSoup分配错误模块'urllib‘没有属性'
urlopen
’,有人能提供解决方案吗?
、
import urllib import urllib.parsefrom urllib.request import
urlopen
URL:')position = int(input('Enter position:'))-1 html = urllib.
urlopen
link = href[position].get('href
浏览 4
提问于2022-08-19
得票数 1
3
回答
NameError:未定义名称'
urlopen
‘
、
、
import urllib下面是错误File "thing.py", line 4, in <module>NameE
浏览 0
提问于2013-06-27
得票数 5
1
回答
用于Pytest的模拟/Monkeypatch BeautifulSoup html对象
、
、
、
import pandas as pdfrom urllib.request import
urlopen
html =
urlopen
import pickle from bs4 import Beau
浏览 7
提问于2022-01-18
得票数 3
1
回答
无法使用Python的mock.patch模拟urllib2.
urlopen
、
、
、
下面是我的api.py模块的代码片段from urllib2 import Requesturl = url, data = post_data, headers = header) api_response =
urlopen
except Exception as err: return response
浏览 4
提问于2015-03-31
得票数 6
回答已采纳
1
回答
mock.side_effect中的临时“取消修补”功能
、
、
class SimpleTest(unittest.TestCase): self.urlpatcher = patch('urllib2.
urlopen
') #do someinteresting stuff first #... temporary unpatch urlli
浏览 0
提问于2011-09-05
得票数 5
回答已采纳
1
回答
AttributeError:模块‘请求’没有属性'
urlopen
‘
、
、
、
、
我一直在犯这个错误,我很困惑
浏览 5
提问于2019-11-28
得票数 0
1
回答
Python模拟参数
、
、
、
def scrape(variant_url): with
urlopen
(variant_url) as response: doc = response.read
浏览 8
提问于2016-08-05
得票数 0
回答已采纳
1
回答
为什么我在python 3.7.3中收到
urlopen
no attribute错误?
、
、
、
import urllib.requestimport simplejson, urllibresult= simplejson.load(urllib.
urlopen
File "<ipython-input-154-c5d2043b6825>", line
浏览 11
提问于2019-08-06
得票数 0
1
回答
Lambda Pool.map和urllib2.
urlopen
:只重试失败的进程,只记录错误
、
、
datetime # and return the resultsimport json
浏览 4
提问于2017-04-24
得票数 0
回答已采纳
2
回答
ImportError:导入urllib.error时没有模块命名错误
、
、
from urllib import
urlopen
from urllib.error import URLError<ipython-input-1-30b72b3bf2ea> in <module>() 1 from urllib import
urlopen
浏览 0
提问于2018-07-04
得票数 0
5
回答
在python 3中用urllib打开url
、
、
、
import urllib.request.
urlopen
Urllib.request.
urlopen
(“”)Traceback (most recentcall last):ImportError: No module named request.
urlopen
我做错了什么
浏览 3
提问于2016-05-01
得票数 28
回答已采纳
2
回答
在未知子包中模拟
urlopen
、
、
再生产 从urllib.request导入
urlopen
def do_it():print(
urlopen
.__module__)
urlopen
('test') .module do_it def test_not_working():mock.patch('urllib.request.
urlopen
print(Url):do_it() test_not_working打印urllib
浏览 1
提问于2018-02-04
得票数 3
回答已采纳
2
回答
urlopen
HTTP错误
、
、
import BeautifulSoup page = urllib2.
urlopen
我有以下错误:File "soup.py", line 5, in <module>File "
浏览 0
提问于2017-05-30
得票数 0
1
回答
需要从urllib2转换为urllib3的帮助
、
、
、
url_extensions : doc = BeautifulSoup(urllib2.
urlopen
urls.append(BASE_URL + el.find("a").get('href'))def scrape_game(url,f): html = urllib2.
urlopen
浏览 17
提问于2019-08-07
得票数 0
1
回答
为什么这段python代码会在执行过程中挂起?
、
、
、
try:except: continue我正在为
urlopen
浏览 1
提问于2012-06-14
得票数 2
回答已采纳
2
回答
如何打开url源代码?
我试过:Traceback (most recent call last): urllib.
urlopen
nothing=12345') AttributeErro
浏览 2
提问于2013-12-23
得票数 0
回答已采纳
5
回答
NameError:未定义名称'urllib‘“
、
、
代码:from urllib.request import
urlopen
# fetch thefriend-list from LiveJournal response=urllib.
urlopen
('http://www.livejournal.com/misc/fdata.bml?
浏览 11
提问于2017-02-18
得票数 8
1
回答
运行远程python脚本
这也许不是世界上最安全的事情,但假设已经考虑到风险,从本地机器加载运行http(s)托管的python脚本的最简单方法是什么?
浏览 1
提问于2015-03-24
得票数 2
回答已采纳
1
回答
NameError:未定义名称“urllib2”
、
、
from urllib2 import
urlopen
//some code pass
浏览 0
提问于2014-04-16
得票数 5
1
回答
当我有绝对的访问权限时,在提取JSON提要时HTPP错误403
、
、
、
、
但是,当我试图用下面的脚本打印到我的Google页面时,我遇到了一个问题:import json response =
urlopen
: File "c:\Users\AMadle\NBA-
浏览 1
提问于2022-09-28
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
urlopen函数
享学课堂-在python3中如何使用urllib模块?
云立方python丨网络爬虫被其他网站限制该如何继续使用?
Python3网络爬虫教程(1)urllib
python玩转爬虫第一弹
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
腾讯会议
活动推荐
运营活动
广告
关闭
领券