为了账号安全,请及时绑定邮箱和手机立即绑定

使用 re 和 urllib.request 模块

使用 re 和 urllib.request 模块

杨魅力 2021-05-30 09:21:14
我正在使用 python 3.7,我想编写一个程序,该程序以城市名称命名并返回天气预报。我开始我的代码:import reimport urllib.request#https://www.weather-forecast.com/locations/Tel-Aviv-Yafo/forecasts/latestcity=input("entercity:")url="https://www.weather-forecast.com/locations/" + city +"/forecasts/latest"data=urllib.request.urlopen(url).readdata1=data.decode("uf-8")print(data1)但是当我想读取我的数据时,我收到了这个错误:_call_chain结果中的文件“ C:\ Users \ User \ AppData \ Local \ Programs \ Python \ Python37-32 \ lib \ urllib \ request.py”第503行= func(* args)文件“ C:\ Users \ User \ AppData \ Local \ Programs \ Python \ Python37-32 \ lib \ urllib \ request.py“,第649行,位于http_error_default中,引发HTTPError(req.full_url,code,msg,hdrs,fp)urllib.error.HTTPError:HTTP Error 404:找不到进程完成,退出代码为1=>有人可以帮我说出问题所在吗?谢谢:)
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 98 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信