Re: [Distutils] ez_setup.py can not get setuptools

2016-05-09 Thread Benedek Zoltan via Distutils-SIG
n.org Sent: Friday, May 6, 2016 7:43 PM Subject: Re: [Distutils] ez_setup.py can not get setuptools On May 6, 2016, at 12:31 PM, tritium-l...@sdamon.com wrote: If you don’t have setuptools, you don’t have pip. Not true anymore, pip is perfectly capable of running and installing things wi

Re: [Distutils] ez_setup.py can not get setuptools

2016-05-06 Thread Donald Stufft
> On May 6, 2016, at 12:31 PM, tritium-l...@sdamon.com wrote: > > If you don’t have setuptools, you don’t have pip. Not true anymore, pip is perfectly capable of running and installing things without setuptools now days. The only time you *need* setuptools installed is if you’re installing fro

Re: [Distutils] ez_setup.py can not get setuptools

2016-05-06 Thread tritium-list
Barker Sent: Friday, May 6, 2016 12:17 PM To: Benedek Zoltan Cc: distutils-sig@python.org Subject: Re: [Distutils] ez_setup.py can not get setuptools ez_setup.py is pretty darn old. Any reason you can't: python -m pip install setuptools ? -CHB On Fri, May 6, 2016 at

Re: [Distutils] ez_setup.py can not get setuptools

2016-05-06 Thread Chris Barker
ez_setup.py is pretty darn old. Any reason you can't: python -m pip install setuptools ? -CHB On Fri, May 6, 2016 at 12:11 AM, Benedek Zoltan via Distutils-SIG < distutils-sig@python.org> wrote: > Hi, > > I don't know what happened recently. Usually I install setuptools by a > script using t

[Distutils] ez_setup.py can not get setuptools

2016-05-06 Thread Benedek Zoltan via Distutils-SIG
Hi, I don't know what happened recently. Usually I install setuptools by a script using the ez_setup.py script. Recently I get an error: Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-21.0.0.zipTraceback (most recent call last):  File "downloads/ez_setup.py", line 41