Zlib not available in OS X?

Posted by Tylo on Stack Overflow See other posts from Stack Overflow or by Tylo
Published on 2010-05-06T21:33:13Z Indexed on 2010/05/06 21:38 UTC
Read the original article Hit count: 280

Filed under:
|
|

I am trying to install a python library and receive this error after downloading an egg file.

Downloading http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c7-py2.5.egg
Traceback (most recent call last):
  File "setup.py", line 10, in <module>
    use_setuptools(min_version=min_version)
  File "/Users/tylo/Downloads/Archives/simplejson-2.0.9/ez_setup.py", line 88, in use_setuptools
    import setuptools; setuptools.bootstrap_install_from = egg
zipimport.ZipImportError: can't decompress data; zlib not available

I did some research and discovered that zlib is built into OS X.

What could be going wrong here?

© Stack Overflow or respective owner

Related posts about python

Related posts about zlib