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


Groups > comp.lang.python > #73116 > unrolled thread

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

Started byNzyme11 <akcorreia@gmail.com>
First post2014-06-10 12:14 -0700
Last post2014-06-11 08:19 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  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

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

FromNzyme11 <akcorreia@gmail.com>
Date2014-06-10 12:14 -0700
SubjectHow do I get zlib installed on a python2.7 alt install?
Message-ID<4a45e1c3-1905-48d5-9602-8be7e16b68b9@googlegroups.com>
Installed python 2.7.7 on SLES from source to /opt/python2.7.  It's already an installed module on 2.6.  How do I get zlib installed on python2.7 as well??

[toc] | [next] | [standalone]


#73152

Fromdieter <dieter@handshake.de>
Date2014-06-11 08:19 +0200
Message-ID<mailman.10996.1402467573.18130.python-list@python.org>
In reply to#73116
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).

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web