Re: Marshalling big objects

2007-07-15 Thread Josiah Carlson
Gabriel Genellina wrote: > En Sat, 14 Jul 2007 20:04:21 -0300, Orlando Döhring <[EMAIL PROTECTED]> > escribió: > >> I want to marshal objects: >> >> - http://docs.python.org/lib/module-marshal.html >> where I have problems with a bigger objects, e.g. > > Any specific reason you use this module?

Re: Marshalling big objects

2007-07-14 Thread Gabriel Genellina
En Sat, 14 Jul 2007 20:04:21 -0300, Orlando Döhring <[EMAIL PROTECTED]> escribió: > I want to marshal objects: > > - http://docs.python.org/lib/module-marshal.html > where I have problems with a bigger objects, e.g. Any specific reason you use this module? As a general purpose serializer, use

Marshalling big objects

2007-07-14 Thread Orlando Döhring
Dear community, I want to marshal objects: - http://docs.python.org/lib/module-marshal.html where I have problems with a bigger objects, e.g. self.contiguousSurfaceResidues, see below. I was writing the object to file: fDump1 = open('dump_13PK_C.dat','wb') marshal.dump(self.contiguous