Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73116 > unrolled thread
| Started by | Nzyme11 <akcorreia@gmail.com> |
|---|---|
| First post | 2014-06-10 12:14 -0700 |
| Last post | 2014-06-11 08:19 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
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
| From | Nzyme11 <akcorreia@gmail.com> |
|---|---|
| Date | 2014-06-10 12:14 -0700 |
| Subject | How 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]
| From | dieter <dieter@handshake.de> |
|---|---|
| Date | 2014-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