Python v3 question related to pickle/marshal

Tino Wildenhain tino at living-examples.com
Thu Mar 26 13:28:05 EDT 2009


Detlev Offenbach wrote:
> Hi,
> 
> is it possible to marshal or pickle a data structure using Python v3 and
> unmarshal or unpickle it using Python v2. If it is possible, how do I
> have to do it. Everything I tried resulted in an EOFError exception upon
> unmarshalling/unpickling.

Could you give the code of a minimal example how you tried?

Regards
Tino

PS: it would not hurt to end questions with a question mark ;-)



More information about the Python-list mailing list