0

I Want to extract large .zipx files that are protected so I have tried the following:

with fs.open("path") as d:
    zip_2015 = zipfile.ZipFile(d,'r')
    zip_2015.extractall(pwd = 'password')
    zip_2015.close()

but as far I know zipfile does not support zipx files so how can I do it? Thanks.

jelford
  • 2,625
  • 1
  • 19
  • 33

0 Answers0