View Single Post
  #1  
Old 11-13-2009, 06:46 PM
Python Python is offline
Senior Member
 
Join Date: Jun 2009
Posts: 4,684
Default Unzip part of a .gz file using Python

So here's the problem. I have sample.gz file which is roughly 60KB in size. I want to decompress the first 2000 bytes off this file. I am running into CRC check failed error cuz I guess the gzip CRC field appears at the end of file, and it requires the entire gzipped file to decompress. Is there a...
__________________
Python
Domain Name Forum
Reply With Quote