Python Twitter tools and gzip error "IOError: CRC check failed ...
2012年8月19日 - Instead of : buf = StringIO(handle.read()) f = gzip.GzipFile(fileobj=buf) data = f. read(). Try this: decomp = zlib.decompressobj(16+zlib.MAX_WBITS) ...
stackoverflow.com |