pickle error - 'module' object has no attribute '_reconstruct'
Skip Montanaro
skip at pobox.com
Wed Sep 2 14:53:54 EDT 2009
More information about the Python-list mailing list
Wed Sep 2 14:53:54 EDT 2009
- Previous message (by thread): pickle error - 'module' object has no attribute '_reconstruct'
- Next message (by thread): IMGCrush (New Python image optimizing tool)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Skip Montanaro <skip <at> 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 appears I picked up an ancient version of numpy when I got the failure. S
- Previous message (by thread): pickle error - 'module' object has no attribute '_reconstruct'
- Next message (by thread): IMGCrush (New Python image optimizing tool)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list