Re: can't decompress data; zlib not available

2016-01-11 Thread Alister
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 ar

Re: can't decompress data; zlib not available

2011-11-14 Thread Tim Wintle
On Mon, 2011-11-14 at 12:30 -0700, Steve Edlefsen wrote: > I did a search on files named "python" on my machine. > There are 23 not including the ones in the Plone > buildout-cache in my account. Seems like a lot of > applications install their own copy of python. > > There are also > > ./usr/li

Re: can't decompress data; zlib not available

2011-11-14 Thread Christian Heimes
Am 14.11.2011 20:30, schrieb Steve Edlefsen: > Sorry about that. Ubuntu 11.10. > > I used > > Plone-4.1.2-UnifiedInstaller.tar > > which installed o.k. I'm serving a webpage on my LAN. > > I did a search on files named "python" on my machine. > There are 23 not including the ones in the Plone

Re: can't decompress data; zlib not available

2011-11-14 Thread Steve Edlefsen
Sorry about that. Ubuntu 11.10. I used Plone-4.1.2-UnifiedInstaller.tar which installed o.k. I'm serving a webpage on my LAN. I did a search on files named "python" on my machine. There are 23 not including the ones in the Plone buildout-cache in my account. Seems like a lot of applications

Re: can't decompress data; zlib not available

2011-11-13 Thread Tim Wintle
On Sun, 2011-11-13 at 11:17 -0700, Steve Edlefsen wrote: > > which appears to install zlib when python is reinstalled. Except I > can't run make without errors and there is no configuration file. > > How do I reinstall python to include zlib? Which OS are you on? Linux? BSD? How did you instal