易截截图软件、单文件、免安装、纯绿色、仅160KB

python 爬取网页是出现的错误

代码:
    timeout = 10
    socket.setdefaulttimeout(timeout)
    sock = urllib2.urlopen(url)
    html = sock.read()
一般情况能行,运行没问题,可有常常会突然报错
Traceback (most recent call last):
File "/usr/local/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
File "spider_eastmoney.py", line 150, in run
    next_page = parse_ (mysqlDB, http, html, mod_name)
File "spider_eastmoney.py", line 94, in parse_
    page_html= http.get_html(pageurl)
File "/home/Spider/News/genericHttp.py", line 47, in get_html
File "/home/Spider/News/genericHttp.py", line 47, in get_html
    html = sock.read()
File "/usr/local/lib/python2.5/socket.py", line 304, in read
    data = self._sock.recv(rbufsize)
File "/usr/local/lib/python2.5/httplib.py", line 529, in read
    s = self.fp.read(amt)
File "/usr/local/lib/python2.5/socket.py", line 328, in read
    data = self._sock.recv(left)
timeout: timed out
这是什么问题,以前没遇过,我用了多线程,线程数我设为1,会不会是这个原因。
这不是很明显地写着receive timeout吗

我说,是什么原因造成的

网络情况造成的...

很正常....

这种情况需要你


相关问答:

eric4怎么运行python程序?

python和pyqt以及Eric4都已经配置好了,打开Eric4写个python程序比如简单的
print“hello,world”,怎么编译运行了,Start菜单的所有命令都出现和图中差不多的对话框,应当怎么运行了?

求大家指教

没有人用 ......

IIS 7 python 2.6 cgi 文件上传问题

我每次上传的文件读到的数据都不正确。2M 的图片读得10多K 。。哪位大侠可以帮帮我啊。
#!D:\ProgrammerTools\python26\python.exe
#encoding=utf-8
import cgitb
import os
cgitb.enable()
import cgi,urllib ......

python 源码下载

目前python的官网上好像下载不了东西,所以跑到这上面来问问,有没有人留有相应的家当,能否给小弟共享一份,什么平台下的都可以,谢谢!
怎么可能下不了?

下载页面貌似被墙了,上代理就行...

请问二楼能否讲 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号