need helping tracking down weird bug in cPickle

Scott David Daniels scott.daniels at acm.org
Tue Jun 20 16:27:17 EDT 2006


Carl J. Van Arsdall wrote:
> Hey everyone, cPickle is raising an ImportError that I just don't quite 
> understand.  Before I paste the code, let me explain the application.  
> Basically the part of the application that failed is a function that 
> loads a list of objects from a file using cPickle....

Loading and unloading Floating Point NaNs (Not a Numbers) is often the
source of such problems.  I'd look for something like that.
They can displays as: (Inf, Ind, NaN, SNaN, QNaN) w/ or w/o a sign.
Depending on your runtimes, processor, OS, and sometimes program history
(flag manipulation), you can get these values in different ways.

--Scott David Daniels
scott.daniels at acm.org



More information about the Python-list mailing list