创建压缩的gzip文件python 3

时间:2017-09-18 15:23:56

标签: python-3.x gzip

根据https://docs.python.org/3/library/gzip.html创建压缩的gzip文件需要以下内容:

import gzip
content = b"Lots of content here"
with gzip.open('/home/joe/file.txt.gz', 'wb') as f:
    f.write(content)

但是,当我运行代码时,使用python 3 AttributeError: module 'gzip' has no attribute 'open'

会出现以下错误

不确定发生了什么......

1 个答案:

答案 0 :(得分:2)

您已经调用了其他内容p:selectCheckBoxMenu,它正在影响标准库模块。重命名它和任何已编译的文件。