Read a gzip file from inside a tar file

Rohit rohisingh at gmail.com
Mon Dec 13 13:39:49 EST 2004


if I change fileText = fileLike.read() to fileText =
fileLike.readLines().

It works for a while before it gets killed of out of memory.

These are huge files. My goal is to analyze the content of the gzip
file in the tar file without having to un gzip.  If that is possible.




More information about the Python-list mailing list