Re: Trouble installing PEAK
"Phillip J. Eby" <pje-Wh6+Hckhi6HFNGf7iClzIwC/[email protected]>
| Newsgroups | gmane.comp.python.peak |
|---|---|
| Message-ID | <[email protected]> |
At 03:56 PM 5/9/2006 +0200, Bilboon wrote: >zipimport.ZipImportError: bad local file header in >/home/cse/softs/python-2.4.2/lib/python2.4/site-packages/PEAK-0.5a4.dev_r2125-py2.4-linux-i686.egg This is an error that was fixed in setuptools a long time ago. From the full log, you're using 0.6a11, which is years out of date. Upgrade with: easy_install -U setuptools Then try again.