Re: Python v3 question related to pickle/marshal

2009-03-26 Thread Detlev Offenbach
Tino Wildenhain wrote: > 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 unmarshall

Re: Python v3 question related to pickle/marshal

2009-03-26 Thread Peter Otten
Detlev Offenbach wrote: > 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. It seems to work here,

Re: Python v3 question related to pickle/marshal

2009-03-26 Thread Tino Wildenhain
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

Python v3 question related to pickle/marshal

2009-03-26 Thread Detlev Offenbach
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. Regards, Detlev -- Detlev Offenbach det...@die-off