When installing distribute-0.6.49 with python3.3.2 in Ubuntu system, error encountered
....blablabla followed by...
"Compression requires the (missing) zlib module")
RuntimeError: Compression requires the (missing) zlib module
I have checked previous solutions that I need to install zlib package, but Should I re install my python again before that? can't I install zlib over it?
If re-installing of python needed, Where can I find python 3.3 with zlib already therein so that i can install python as usual?