<p>Hi</p>
<p>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. </p>

<p>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. <br></p>
<p>Thanks<br>
Raj</p>