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 josiahcarlson
Recipients
Date 2006-01-10.01:03:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=341410

mbrighton:

You get a string from pickle.dumps(), and to load strings,
you should use pickle.loads() .

The AttributeError you are recieving is the result of using
pickle.load() with a string, not a file object, as required,
and as described by the documentation.
History
Date User Action Args
2007-08-23 14:34:13adminlinkissue1281383 messages
2007-08-23 14:34:13admincreate