Answer the question
In order to leave comments, you need to log in
How to unpack a 7z archive using python?
I'm trying to unpack a 7-zip archive with a password using python. I connected py7zlib, the archive opens, I can display a list of files, but there is no way to unzip it. There is an answer at http://stackoverflow.com/questions/10701528/exampl... , but it doesn't take into account that the archive is solid. I am newbie in python.
Some info:
7-zip version 9.20 x64
archive is created on windows server via command line:
7z.exe a -pPASSWORD -mhe .\help .\*.txt
py7zlib I use from pylzma module
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question