I successfully installed under FC2, but not under Debian/Mepis I get "zlib not available":
python ez_setup.py -f http://www.turbogears.org/download/index.html --script-dir /usr/local/bin TurboGears Downloading http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6a5-py2.4.egg Traceback (most recent call last): File "ez_setup.py", line 208, in ? main(sys.argv[1:]) File "ez_setup.py", line 143, in main from setuptools.command.easy_install import main zipimport.ZipImportError: can't decompress data; zlib not available I have upgraded to Python 2.4, and have zlib-bin, but not a "zlib" Thanks in advance, Andy

