Skip to content Skip to sidebar Skip to footer
Showing posts with the label Zlib

Virtualenv No Module Named Zlib

I'm trying to create Python 2.7 virtual env under Python2.6, I'm simply running: virtualenv… Read more Virtualenv No Module Named Zlib

How To Force Zlib To Decompress More Than X Bytes?

I have a file that consists of compressed content plus a 32 byte header. The header contains info s… Read more How To Force Zlib To Decompress More Than X Bytes?

Are Zlib.compress On Python And Deflater.deflate On Java (android) Compatible?

I am porting a Python application to Android and, at some point, this application has to communicat… Read more Are Zlib.compress On Python And Deflater.deflate On Java (android) Compatible?