On Sep 1, 12:31 pm, MRAB <[email protected]> wrote:

> You should open the files in binary mode, not text mode, ie file(path,
> "rb"). Text mode is the default. Not a problem on *nix because the line
> ending is newline.

Thanks.
That was it.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to