在Python 2.4.2(Linux)中解压缩.zip文件

时间:2016-11-07 19:09:21

标签: python linux extract zipfile

我必须使用python 2.4.2解压缩.zip文件。但是,.zip中包含的python 2.4.2文件没有extractall()extract()属性。有人可以告诉我如何使用以下结构提取.zip文件:

fileABC.zip

- FolderA
    -A.txt
- FolderB
    -B.txt

我只需要将fileABC.zip解压缩到当前目录。

编辑:

我看到了这个问题的答案: How to unzip a file with Python 2.4?

然而,python 2.4.2似乎没有extract()属性。

0 个答案:

没有答案