can't decompress data; zlib not available

Alister alister.ware at ntlworld.com
Mon Jan 11 09:06:43 EST 2016


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




More information about the Python-list mailing list