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


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

can't decompress data; zlib not available

Started byloial <jldunn2000@gmail.com>
First post2016-01-11 05:24 -0800
Last post2016-01-11 14:06 +0000
Articles 2 — 2 participants

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


Contents

  can't decompress data; zlib not available loial <jldunn2000@gmail.com> - 2016-01-11 05:24 -0800
    Re: can't decompress data; zlib not available Alister <alister.ware@ntlworld.com> - 2016-01-11 14:06 +0000

#101480 — can't decompress data; zlib not available

Fromloial <jldunn2000@gmail.com>
Date2016-01-11 05:24 -0800
Subjectcan't decompress data; zlib not available
Message-ID<d977c1af-9ab6-4215-97f4-d12f73dba0fd@googlegroups.com>
I am migrating a python script from Red hat linux REL 6.6 to AIX 7.1

I am using python 2.7.10

On AIX I the ror

zipimport.ZipImportError: can't decompress data; zlib not available

Any ideas how to get this to work on AIX?


[toc] | [next] | [standalone]


#101481

FromAlister <alister.ware@ntlworld.com>
Date2016-01-11 14:06 +0000
Message-ID<TFOky.1105942$qj6.524794@fx44.am4>
In reply to#101480
On 11/01/16 13:24, loial wrote:
> I am migrating a python script from Red hat linux REL 6.6 to AIX 7.1
>
> I am using python 2.7.10
>
> On AIX I the ror
>
> zipimport.ZipImportError: can't decompress data; zlib not available
>
> Any ideas how to get this to work on AIX?
>
>
>
install the zlib library's (these are part of the OS & not Python)

on a red hat system try :
yum install  zlib

[toc] | [prev] | [standalone]


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


csiph-web