Unpickling a python 2 object with python 3
I’m wondering if there is a way to load an object that was pickled in Python 2.4, with Python 3.4.
I’m wondering if there is a way to load an object that was pickled in Python 2.4, with Python 3.4.
I’m currently writing a small script for use on one of our servers using Python. The server only has Python 2.4.4 installed.