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


Groups > comp.lang.python > #101481

Re: can't decompress data; zlib not available

Subject Re: can't decompress data; zlib not available
Newsgroups comp.lang.python
References <d977c1af-9ab6-4215-97f4-d12f73dba0fd@googlegroups.com>
From Alister <alister.ware@ntlworld.com>
Message-ID <TFOky.1105942$qj6.524794@fx44.am4> (permalink)
Organization virginmedia.com
Date 2016-01-11 14:06 +0000

Show all headers | View raw


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

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


Thread

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

csiph-web