What is the method to reload/open a LocalAudioFile analysis file (Track01.mp3.analysis.en) that has been pickled (?) with LocalAudioFile.save(LocalAudioFile_object)
?
pickle.load(path_to_file)
returns an Attribute Error
AttributeError: 'str' object has no attribute 'readline'