Am 02/22/10 09:02, schrieb Steven D'Aprano:
On Mon, 22 Feb 2010 07:49:51 +0100, Norman Rieß wrote:This is the actual code: source_file = bz2.BZ2File(file, "r") for line in source_file: print line.strip() print "Exiting" print "I used file: " + fileHave you verified that the bz file is good by opening it in another application?
Yes, bzcat is running through the file fine. And piping bzcat output into the python script reading stdin works fine, too.
-- http://mail.python.org/mailman/listinfo/python-list
