Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73152

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

From dieter <dieter@handshake.de>
Subject Re: How do I get zlib installed on a python2.7 alt install?
Date 2014-06-11 08:19 +0200
References <4a45e1c3-1905-48d5-9602-8be7e16b68b9@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.10996.1402467573.18130.python-list@python.org> (permalink)

Show all headers | View raw


Nzyme11 <akcorreia@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).

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

How do I get zlib installed on a python2.7 alt install? Nzyme11 <akcorreia@gmail.com> - 2014-06-10 12:14 -0700
  Re: How do I get zlib installed on a python2.7 alt install? dieter <dieter@handshake.de> - 2014-06-11 08:19 +0200

csiph-web