"Wang Hanbo" <bswhb at 263.net> writes: > Hi, > Buddies, I have a file named ***.tar.gz, and I want to gunzip > it with Python. > With which modules can I accomplish this task? And how to? > I can really recommend Lars Gustaebel's tarfile module: http://www.gustaebel.de/lars/tarfile/ Thomas