尝试使用Python 2.6.5阅读网站,但获取ssl错误''。
我正在使用urllib2。我见过2.7的解决方案但不是2.6.5的解决方案。我无法将版本升级到2.7。请有人建议这个解决方案吗?
response = urllib2.urlopen(request, req_args, timeout=timeout)
文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第126行,在urlopen中 return _opener.open(url,data,timeout) 文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第391行,打开 response = self._open(req,data) 文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第409行,在_open中 '_open',req) 在_call_chain中输入文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第369行 result = func(* args) 在https_open中输入文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第1169行 return self.do_open(httplib.HTTPSConnection,req) 在do_open中输入文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第1136行 提出URLError(错误) URLError: 抓到URLError。 - 2017-01-23 13:07:36