I'm wondering if there is a way to load an object that was pickled in Python 2.4, with Python 3.4. I've been running 2to3 on a large amount of company legacy code to get it up to date. Having don...
Python3에서 Python2의 pickle을 불러 올 때, encoding='bytes'로 할 것. encoding='latin1'은 오류가 발생한다.











