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

Installing Python-2.7 On Ubuntu 10.4

I can't seem to install zlib properly, I installed Python from source on Ubuntu10.4 '####… Read more Installing Python-2.7 On Ubuntu 10.4

Unzipping 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 decompres… Read more Unzipping Part Of A .gz File Using Python

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

Python: Compress And Save/load Large Data From/into Memory

I have a huge dictionary with numpy arrays as values which consumes almost all RAM. There is no pos… Read more Python: Compress And Save/load Large Data From/into Memory

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?