Re: Help with cPickle for deserializing datetime.datetime instances

2005-10-14 Thread Jp Calderone
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

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 pops up and gives the standard windows xp

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 pickled arrays of >>datetime.datetime instances.

Re: Help with cPickle for deserializing datetime.datetime instances

2005-10-14 Thread Hans Georg Krauthaeuser
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

Re: Help with cPickle for deserializing datetime.datetime instances

2005-10-14 Thread Peter Otten
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

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