ImportError: Import by filename is not supported when unpickleing

Larry Martell larry.martell at gmail.com
Wed Jul 27 17:25:43 EDT 2016


When I try and unpickle an object with pickle.loads it fails with:

ImportError: Import by filename is not supported when unpickleing

I've never used pickle before. Why do I get this and how can I fix it?



More information about the Python-list mailing list