根据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'
不确定发生了什么......
答案 0 :(得分:2)
您已经调用了其他内容p:selectCheckBoxMenu
,它正在影响标准库模块。重命名它和任何已编译的文件。