Re: pickle error - 'module' object has no attribute '_reconstruct'

2009-09-02 Thread Skip Montanaro
Skip Montanaro pobox.com> writes: > > Saw a new-to-me error today when trying to unpickle a moderately large > object (about 500k): > > AttributeError: 'module' object has no attribute '_reconstruct' I believe I have it figured out. Most of the pickled data consists of numpy arrays. It a

pickle error - 'module' object has no attribute '_reconstruct'

2009-09-02 Thread Skip Montanaro
Saw a new-to-me error today when trying to unpickle a moderately large object (about 500k): AttributeError: 'module' object has no attribute '_reconstruct' Google turned up nothing as far as I could tell, "_reconstruct" doesn't appear in the docs and pickletools.dis() was happy to disassembl