MemoryError - IMAP retrieve self._sock.recv(recv_size)

Fredrik Lundh fredrik at pythonware.com
Wed Oct 18 08:38:43 EDT 2006


"Stephen G" <sgreszcz at yahoo.com> wrote:

> I get many exceptions when using the IMAP downloads.  This happens
> randomly; sometimes the file downloads OK, and other times no.

>  File "C:\Python25\lib\socket.py", line 308, in read
>    data = self._sock.recv(recv_size)
>
> Is this a know bug or is there something I can do to work around this?

looks like this

    http://mail.python.org/pipermail/python-list/2005-December/317239.html

or some variation thereof.

</F> 






More information about the Python-list mailing list