0
votes
1answer
60 views
Zip File with PPMD Compression, Programmatically Unzip
I have a Linux Python script that needs to unzip some zip files. I was using the zipfile module. On a few of these files I'm getting:
BadZipfile: Unsupported compression method …
