How do I get zlib installed on a python2.7 alt install?

dieter dieter at handshake.de
Wed Jun 11 02:19:15 EDT 2014


Nzyme11 <akcorreia at gmail.com> writes:

> Installed python 2.7.7 on SLES from source to /opt/python2.7.

Usually, an extension module is build automatically during the Python
generation (from source) when its preconditions are met. This usually means,
that the relevant development packages are installed. In your case,
this would mean the "zlib" development package.

I expect (but did not verify) that a Python rebuild+reinstall
after the "zlib" development package installation will make
Python "zlib" module available (in this Python installation).




More information about the Python-list mailing list