Pickled text file causing ValueError (dos/unix issue)

Paul Rubin http
Fri Jan 14 01:19:17 EST 2005


Open the file on windows for writing with "wb" mode, the b is for binary.



More information about the Python-list mailing list