This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ggenellina
Recipients
Date 2007-05-25.09:00:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Please try again with this modified version. I think you will see that Python is trying to import "smtplib\r"
On Windows, trying to read a pickle file with MAC line endings gives a different error:
cPickle.UnpicklingError: pickle data was truncated

It seems that cPickle support for protocol 0 is broken. If you can, try to use the higher, binary, protocols, they don't have this problem. Even if you must use protocol 0, opening the file always in binary mode should not have this problem.
History
Date User Action Args
2007-08-23 14:54:06adminlinkissue1724366 messages
2007-08-23 14:54:06admincreate