This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amfarrell
Recipients amaury.forgeotdarc, amfarrell, ezio.melotti, nicdumz
Date 2010-07-12.20:17:36
SpamBayes Score 0.00010402448
Marked as misclassified No
Message-id <1278965873.35.0.721212131451.issue6026@psf.upfronthosting.co.za>
In-reply-to
Content
The attempt to install setuptools indicates that zlib may actually be required it seems.
I download setuptools-0.6c11-py2.7.egg from 
http://pypi.python.org/pypi/setuptools
and, as instructed at http://pypi.python.org/pypi/setuptools#id4
and run  `sh setuptools-0.6c11-py2.7.egg`
however get the following exception:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
zipimport.ZipImportError: can't decompress data; zlib not available
dlafarrell:/localhome/afarrell$ sh setuptools-0.6c11-py2.7.egg 
Traceback (most recent call last):
  File "<string>", line 1, in <module>
zipimport.ZipImportError: can't decompress data; zlib not available

Given that this is an import error, I infer that
this may just be a problem with the egg; no import may be needed.
If thats the case then the egg should change to reflect that.
History
Date User Action Args
2010-07-12 20:17:53amfarrellsetrecipients: + amfarrell, amaury.forgeotdarc, ezio.melotti, nicdumz
2010-07-12 20:17:53amfarrellsetmessageid: <1278965873.35.0.721212131451.issue6026@psf.upfronthosting.co.za>
2010-07-12 20:17:36amfarrelllinkissue6026 messages
2010-07-12 20:17:36amfarrellcreate