I already run my code to load my variable saved by pickle. This my code
import pickle
last_priors_file = open('simpanan/priors', 'rb')
priors = pickle.load(last_priors_file)
and i get error like this : AttributeError: Can't get attribute 'Wishart' on <module '__main__' from 'app.py'>