Closed alexgarel closed 13 years ago
Note setuptools is on the way of correcting it : http://bugs.python.org/setuptools/issue123
How strange. Could it be that SF is trying to discourage use of project web hosting to host release packages, by breaking files that are too large?? I think you're supposed to use their file release system, so I'm being a bit naughty by ignoring it. Seems unlikely though!
Thanks for letting me know -- maybe I'll change the links to point to PyPI...
Sourceforge is returning invalid HTTP responses, move to PyPI
Point download URLs to PyPI instead of SF, since SF has started returning bogus Content-Length headers, breaking setuptools' easy_install command :-/
http://bugs.python.org/setuptools/issue123
Still put the built files on SF -- just don't link to them.
Closed by 062557503478c35c58f79fa0cf1462f92ff71c75
setuptools install of mechanize is broken (whereas pip works)
Facts :
After investigating it seems that setuptools use dowload url on pypi page (whereas pip use archives hosted on pypi). It fails when checking Content-Length sent by http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.4.tar.gz which is repeated two times and given to setuptool as a tuple (and setuptool expect an int) :