Re: Help with cPickle for deserializing datetime.datetime instances

2005-10-14 Thread Mingus Tsai
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

Re: Help with cPickle for deserializing datetime.datetime instances

2005-10-14 Thread Mingus Tsai
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

Help with cPickle for deserializing datetime.datetime instances

2005-10-13 Thread Mingus Tsai
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