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

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to