[Baypiggies] Most reliable way to extract files from a .zip folder

Rajanikanth Jammalamadaka rajanikanth at gmail.com
Thu May 2 10:21:22 CEST 2013


Never mind. The problem was due to the ^M characters in the windows zip
file :-)

Thanks,
Raj


On Thu, May 2, 2013 at 2:38 AM, Rajanikanth Jammalamadaka <
rajanikanth at gmail.com> wrote:

> Hi
>
> Could somebody tell me the most reliable way to extract files from a. Zip
> folder using python 3.3.1. The zip files were created on windows and I want
> to extract just the files and copy them over to a different directory on
> Linux.
>
> I tried extracting each file( by using zipfile.namelist, reading and
> trying to write the new file to the destination directory) but it doesn't
> seem to work reliably.
>
> Thanks
> Raj
>



-- 
Rajanikanth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20130502/26b42133/attachment-0001.html>


More information about the Baypiggies mailing list