no module named zlib
First, please bear with me. I have hard time telling others my problem and this is a long thread…
First, please bear with me. I have hard time telling others my problem and this is a long thread…
I have a gzip file and I am trying to read it via Python as below:
I am interfacing with a server that requires that data sent to it is compressed with Deflate algorithm (Huffman encoding + LZ77) and also sends data that I need to Inflate.