Astley Le Jasper wrote:
Thanks MRAB.
What do you mean about backslashes?
Backslashes have a special meaning in string literals:
http://pythonconquerstheuniverse.blogspot.com/2008/06/python-gotchas.html
--
http://mail.python.org/mailman/listinfo/python-list
Thanks MRAB.
What do you mean about backslashes?
--
http://mail.python.org/mailman/listinfo/python-list
Astley Le Jasper wrote:
I want to batch extract files from a directory of zips. The thing is
that the files are excel spreadsheets. I don't want to read them in
python, just dump them as extracted files in another directory.
However, when I do a test the excel file becomes corrupted. Any clues?