Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #5588

Re: cPickle -> invalid signature

From Neal Becker <ndbecker2@gmail.com>
Subject Re: cPickle -> invalid signature
Followup-To gmane.comp.python.general
Date 2011-05-17 14:26 -0400
References <iqtmtl$77g$1@dough.gmane.org> <op.vvmkynldx6zn5v@gabriel.sleipnir-bsas>
Newsgroups comp.lang.python
Message-ID <mailman.1686.1305656830.9059.python-list@python.org> (permalink)

Followups directed to: gmane.comp.python.general

Show all headers | View raw


Gabriel Genellina wrote:

> En Tue, 17 May 2011 08:41:41 -0300, Neal Becker <ndbecker2@gmail.com>
> escribió:
> 
>> What does it mean when cPickle.load says:
>> RuntimeError: invalid signature
>>
>> Is binary format not portable?
> 
> Are you sure that's the actual error message?
> I cannot find such message anywhere in the sources.
> The pickle format is quite portable, even cross-version. As a generic
> answer, make sure you open the file in binary mode, both when writing and
> reading.
> 

Yes, that's the message.

Part of what is pickled is a numpy array.  I am writing on a 32-bit linux system 
and reading on a 64-bit system.  Reading on the 64-bit system is no problem.

Maybe the message comes from numpy's unpickling?

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: cPickle -> invalid signature Neal Becker <ndbecker2@gmail.com> - 2011-05-17 14:26 -0400

csiph-web