pickle

Jp Calderone exarkun at intarweb.us
Sun Jun 8 14:37:35 EDT 2003


On Sun, Jun 08, 2003 at 01:48:51PM +0200, delphiro wrote:
> Hi there,
> 
> I just tried to start my application on my new linux os (after a severe
> NVidia install crash :-| ) and everything went fine until I tried to read
> in a 'pickled' object. The error stated that I was trying to access a
> 'non-object'.
> 
> Does this have anything to do with the change of platform? (Until now I
> mainly used WinNT)

  It is good to include the exact text of your error and the entire
traceback that goes with it.  What is *best* is to include just enough
source code (and no more!) so that anyone else can reproduce your error.

  From what you've posted, I might guess that you are having newline
problems brought on from writing binary pickles to Windows text files, then
attempted to load them on a platform with no concept of a "text file", but
it is only a guess.

  Jp

-- 
Seduced, shaggy Samson snored.
She scissored short.  Sorely shorn,
Soon shackled slave, Samson sighed,
Silently scheming,
Sightlessly seeking
Some savage, spectacular suicide.
                -- Stanislaw Lem, "Cyberiad"





More information about the Python-list mailing list