EvanKroske
February 14th, 2009, 03:14 PM
I have been attempting to install Django for the last couple of days, and every time I think I'm making progress, it turns out that I'm missing another piece of software. I needed flup, but when I attempted to install it, it failed to install setuptools. When I tried to install setuptools, I received this error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
zipimport.ZipImportError: can't decompress data; zlib not available
I used this page (http://python.org/download/releases/2.6.1/) to download setuptools and receive instructions. Of course, I then installed the newest version of zlib, but that didn't work at all. When I looked for some kind of Python-zlib bridge, I discovered that it was a default part of Python. Can somebody tell me why I can't install setuptools (to install flup to install Django)? Thanks.
Traceback (most recent call last):
File "<string>", line 1, in <module>
zipimport.ZipImportError: can't decompress data; zlib not available
I used this page (http://python.org/download/releases/2.6.1/) to download setuptools and receive instructions. Of course, I then installed the newest version of zlib, but that didn't work at all. When I looked for some kind of Python-zlib bridge, I discovered that it was a default part of Python. Can somebody tell me why I can't install setuptools (to install flup to install Django)? Thanks.