hi Cristo, i tried to install zlib library, but wen i run python ez_setup.py, i get that error again. i followed the following steps to do so :
wget http://www.zlib.net/zlib-1.2.3.tar.gz tar xzvf zlib-1.2.3.tar.gz cd zlib-1.2.3 ./configure --prefix=~/py244/lib/python2.4/site-packages/zlib make make install Cristo Bolaños wrote: > > Hello, > > try to install zlib library. > > > On Tue, Aug 19, 2008 at 2:02 PM, san82moon <[EMAIL PROTECTED]> wrote: > >> >> hi, >> i get this zlib error when i run, sudo python ez_setup.py when doing >> plone >> buildout. can anyone tel me what the problem. thanks in advance. >> >> [EMAIL PROTECTED]:~/downloads$ sudo python ez_setup.py >> Downloading >> http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c8-py2.4.egg >> Traceback (most recent call last): >> File "ez_setup.py", line 267, in ? >> main(sys.argv[1:]) >> File "ez_setup.py", line 200, in main >> from setuptools.command.easy_install import main >> zipimport.ZipImportError: can't decompress data; zlib not available >> >> -- >> View this message in context: >> http://n2.nabble.com/zlib-error-when-trying-to-plone-buildout-tp733035p733035.html >> Sent from the Installation, Setup, Upgrades mailing list archive at >> Nabble.com. >> >> >> _______________________________________________ >> Setup mailing list >> [email protected] >> http://lists.plone.org/mailman/listinfo/setup >> > > > > -- > "El Mundo está en las manos de aquellos que tienen el coraje de soñar y > correr el riesgo de vivir sus sueños." > > _______________________________________________ > Setup mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/setup > > -- View this message in context: http://n2.nabble.com/zlib-error-when-trying-to-plone-buildout-tp733035p733321.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
