My program work fine on windows, with cpickle, and I am using binary mode, like 'wb', or 'rb'. When I ran my program on Linux, it still works fine.
But when I tried to unpickle the files obtained from the Linux platform on my windows platform, I got this wired message says: cPickle.UnpicklingError: invalid load key' '.
Can anyone please tell me why?
It seems that I could not unpickle anyfile from the Linux platform.
BTW, the two programs that I run are identical.
Thanks a million.