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


Groups > comp.lang.python > #15689 > unrolled thread

Re: can't decompress data; zlib not available

Started byChristian Heimes <lists@cheimes.de>
First post2011-11-14 20:50 +0100
Last post2011-11-14 20:50 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: can't decompress data; zlib not available Christian Heimes <lists@cheimes.de> - 2011-11-14 20:50 +0100

#15689 — Re: can't decompress data; zlib not available

FromChristian Heimes <lists@cheimes.de>
Date2011-11-14 20:50 +0100
SubjectRe: can't decompress data; zlib not available
Message-ID<mailman.2712.1321300257.27778.python-list@python.org>
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
> buildout-cache in my account.  Seems like a lot of
> applications install their own copy of python.
> 
> There are also
> 
> ../usr/lib/x86_64-linux-gnu/libz.so
> ../usr/lib/libz.so
> 
> which, I believe, are the zlib libraries.
> 
> I've read that you can reinstall python with configure
> using the "--with-zlib" option, but configure isn't in
> 
> /usr/local/Plone/Python-2.6/lib/python2.6/config
> 
> I think the python interpreter for the command line is
> the one in /usr/bin/python.  Would this be the one I
> reconfigure for zlib? 

You might have run into this [1] issue with Ubuntu 11.04+ and Python
before 2.7.2.

Christian

[1]
http://lipyrary.blogspot.com/2011/05/how-to-compile-python-on-ubuntu-1104.html

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web