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
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to