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

can't decompress data; zlib not available

2016-01-11 Thread loial
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? -- https://mail.python.org/mailman/listinfo/python-list

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

can't decompress data; zlib not available

2011-11-13 Thread Steve Edlefsen
red/python/ez_setup.py", line 279, in ? main(sys.argv[1:]) File "/home/dr_shred/python/ez_setup.py", line 213, in main from setuptools.command.easy_install import main zipimport.ZipImportError: can't decompress data; zlib not available I believe this means the python in

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

2007-09-10 Thread Diez B. Roggisch
urce. > Now when I am trying to install libraries, I am getting an error like, > "zipimport.ZipImportError: can't decompress data; zlib not available" You'd better install the python-devel-package of the fedora-python. Then the first attempt should work, and you can

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

2007-09-10 Thread shabda raaj
am getting an error like, "zipimport.ZipImportError: can't decompress data; zlib not available" -- http://mail.python.org/mailman/listinfo/python-list