Hi, hope you can help me on it.. with open(pickle_f, 'r') as fhand: obj = pickle.load(fhand)
This works on linux but not in windows until I use "rb" mode while creating file object. Surprisingly, the "rb" mode is not working on Linux.. raising EOFError. Why is this happening?
-- http://mail.python.org/mailman/listinfo/python-list