I have searched the web high and low but still couldn't find a solution for the above problem. Does anyone out there know why and if so how it can be done?
psw="dg"
ZipFile.extractall("data.zip", None, psw)
The error that I've got:
TypeError: unbound method extractall() must be called
with ZipFile instance as first argument (got str instance instead)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…