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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to