Hi, Check if the webpage you are trying to access is redirecting the page to some other page? or the timeout is too less for the request to finish
Thanks, Nitin On Tue, Jul 27, 2010 at 7:30 PM, dirknbr <dirk...@gmail.com> wrote: > I am running urllib2.request and get this response when I do the read. > Any ideas what causes this? > > return response.read() > File "C:\Python26\lib\socket.py", line 329, in read > data = self._sock.recv(rbufsize) > File "C:\Python26\lib\httplib.py", line 518, in read > return self._read_chunked(amt) > File "C:\Python26\lib\httplib.py", line 561, in _read_chunked > raise IncompleteRead(''.join(value)) > IncompleteRead: IncompleteRead(3235 bytes read) > > Dirk > -- > http://mail.python.org/mailman/listinfo/python-list > -- Nitin Pawar
-- http://mail.python.org/mailman/listinfo/python-list