RE: Pickle error, vista 64, 2.61b
> F = os.path.join(render_map_path,'sizes.pkl') > Pickle_mat = pickle.load(f) Quickly realised I'm passing a string, not a file object. Apologies for the noise. -- http://mail.python.org/mailman/listinfo/python-list
Pickle error, vista 64, 2.61b
Hi List, I'm getting the following error from the pickle module: F = os.path.join(render_map_path,'sizes.pkl') Pickle_mat = pickle.load(f) # ERROR : Traceback (most recent call last): # File "