Márcio Faustino <[email protected]> added the comment: I got that error on Windows 7 Professional 64 bits, using Python 2.6.4 64 bits.
I just changed the "imaplib.IMAP4_SSL" class, by making the "read" and "readline" functions use "cStringIO.StringIO()" instead of an array of strings for "chunks = []". ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue1441530> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
