Re: Extracted files form zip corrupted

2009-03-26 Thread MRAB
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

Re: Extracted files form zip corrupted

2009-03-26 Thread Astley Le Jasper
Thanks MRAB. What do you mean about backslashes? -- http://mail.python.org/mailman/listinfo/python-list

Re: Extracted files form zip corrupted

2009-03-26 Thread MRAB
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?

Extracted files form zip corrupted

2009-03-26 Thread Astley Le Jasper
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? >>