On Fri, 14 Oct 2005 01:25:27 -0500, Mingus Tsai <[EMAIL PROTECTED]> wrote:
>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
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
pops up and gives the standard windows xp
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 pickled arrays of
>>datetime.datetime instances.
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 pickled arrays of
> datetime.datetime instances. The following is the code I have wr
Mingus Tsai wrote:
> When these three statements run, the IDLE crashes!
Is there a traceback that you can provide (cut and paste)?
Peter
--
http://mail.python.org/mailman/listinfo/python-list
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