Peter Otten wrote:
> Mingus Tsai wrote:
>
>
>>When these three statements run, the IDLE crashes!
>
>
> Is there a traceback that you can provide (cut and paste)?
>
> Peter
>
>
It is a hard crash, so there is no traceback. Instead, a dialog window
po
Hans Georg Krauthaeuser wrote:
> Mingus Tsai schrieb:
>
>>Hello- please help with unpickling problem:
>>
>>I am using Python version 2.3.4 with IDLE version 1.0.3 on a Windows
>>XPhome system.
>>
>>My problem is with using cPickle to deserialize my pickl
Hello- please help with unpickling problem:
I am using Python version 2.3.4 with IDLE version 1.0.3 on a Windows
XPhome system.
My problem is with using cPickle to deserialize my pickled arrays of
datetime.datetime instances. The following is the code I have written:
import cPickle, d