I have two zip files, both of them open well with Windows Explorer and 7-zip.
However when i open them with Python\'s zipfile module [ zipfile.ZipFile(\"filex.zip\"
I run into the same issue. My problem was that it was a gzip instead of a zip file. I switched to the class gzip.GzipFile and it worked like a charm.
gzip.GzipFile