[SciPy-user] rescuing old pickled numpy arrays
Cory Davis
cdavis at staffmail.ed.ac.uk
Mon Jun 19 09:51:36 EDT 2006
Hi All,
this relates to a question I raised a few weeks ago about pickled arrays
from older Numpy versions not loading. Here is what happens when I try
to load my old data ...
---> 51 return cPickle.load(infile)
AttributeError: 'module' object has no attribute 'dtypedescr'
Can anyone suggest an easy way to rescue this data?
Cheers,
Cory.
More information about the SciPy-User
mailing list