[01:27:10] <ajw0100_> I've been getting the following traceback when running ez_setup.py today: https://gist.github.com/ajw0100/9441607. Has anyone seen this before?
[03:12:30] <Ivo> ajw0100: could you try rerunning it? it worked ok for me, maybe it downloaded a corrupt file
[03:19:36] <ajw0100> Ivo I got around it by just using get-pip.py. I wasn't aware get-pip.py will install setuptools if it's not installed already. did it always do this? I was running both ex_setup and get-pip. relying solely on get-pip.py works
[03:20:04] <Ivo> ajw0100: get-pip.py started doing that around pip 1.5.2 afaik
[03:20:06] <Alex_Gaynor> ajw0100: it's a newish feature in pip 1.5 IIRC