xqtrade.py里面这个函数__get_html报错,请老司机解答。 File "xqtrader.py", line 112, in __get_html
resp = urllib2.urlopen(req)
File "/home/server/y/envs/kuanke/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/home/server/y/envs/kuanke/lib/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
File "/home/server/y/envs/kuanke/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/home/server/y/envs/kuanke/lib/python2.7/urllib2.py", line 475, in error
return self._call_chain(*args)
File "/home/server/y/envs/kuanke/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/home/server/y/envs/kuanke/lib/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found