Re: [pypy-dev] ZipImportError using setuptools?

2014-05-13 Thread Isaac Freeman
I guess the difference is I'm getting this issue on Linux. I didn't notice all the reports on that thread are for Windows. On May 13, 2014 2:47 PM, "Armin Rigo" wrote: > Hi Isaac, > > On 13 May 2014 17:25, Isaac Freeman wrote: > > Looks like it might just be this (very old) bug. > > > > https://

Re: [pypy-dev] Virtualenv

2014-05-13 Thread Donald Stufft
On May 13, 2014, at 2:58 PM, Armin Rigo wrote: > Hi Donald, > > On 13 May 2014 13:18, Donald Stufft wrote: >> The idea behind ensurepip is that instead of shipping pip, you ship a >> bootstrap >> which will install pip for you. > > I see why you'd want this in CPython 3.x, but the reasons fo

Re: [pypy-dev] Virtualenv

2014-05-13 Thread Armin Rigo
Hi Donald, On 13 May 2014 13:18, Donald Stufft wrote: > The idea behind ensurepip is that instead of shipping pip, you ship a > bootstrap > which will install pip for you. I see why you'd want this in CPython 3.x, but the reasons for supporting this are much less clear to me with PyPy2. I doub

Re: [pypy-dev] ZipImportError using setuptools?

2014-05-13 Thread Armin Rigo
Hi Isaac, On 13 May 2014 17:25, Isaac Freeman wrote: > Looks like it might just be this (very old) bug. > > https://bugs.pypy.org/issue725 Reading my comment from three years ago, it seems to be a known use case with a failing test, easy to fix. It looks like a worrying trend if, in three years

Re: [pypy-dev] PyPy download hosting

2014-05-13 Thread Ryan Gonzalez
Just out of curiosity, what about SourceForge? I know that several major projects such as MinGW use them. Their download hosting is great; I've used them before. On Tue, May 13, 2014 at 7:29 AM, Alex Gaynor wrote: > Hi all, > > Right now PyPy binaries for releases are hosted on bitbucket. > Unf

Re: [pypy-dev] PyPy download hosting

2014-05-13 Thread Maciej Fijalkowski
On Tue, May 13, 2014 at 5:17 PM, Yury V. Zaytsev wrote: > On Tue, 2014-05-13 at 17:05 +0200, Maciej Fijalkowski wrote: >> I would rather host it somewhere we have more control. > > If it's all about downloads, can't you just get an account on the OSU > OSL FTP CDN directly (i.e. not going through

Re: [pypy-dev] PyPy download hosting

2014-05-13 Thread Donald Stufft
FWIW the new infra stuff is on Rackspace so a lot of the OSUOSL problems shouldn't exist anymore. The existing stuff is still on OUSOSL. I don't have anything in my email about codespeed2 so I have no idea about that. On May 13, 2014, at 11:05 AM, Maciej Fijalkowski wrote: > PSF infrastructure

Re: [pypy-dev] PyPy download hosting

2014-05-13 Thread Yury V. Zaytsev
On Tue, 2014-05-13 at 17:33 +0200, Maciej Fijalkowski wrote: > > > is it really FTP though? I would rather like to avoid that. The uploading of files is done via shell, the distribution is via FTP and HTTP. It's called an "FTP cluster", but from what I understand, they mean by that "FTP and HTT

Re: [pypy-dev] ZipImportError using setuptools?

2014-05-13 Thread Isaac Freeman
Looks like it might just be this (very old) bug. https://bugs.pypy.org/issue725 On May 11, 2014 3:55 PM, "Isaac Freeman" wrote: > > I have run across a strange error that only happens with Pypy when > installing an egg as a zip package. The same does not happen with CPython. > Is this a bug? Can

Re: [pypy-dev] PyPy download hosting

2014-05-13 Thread Yury V. Zaytsev
On Tue, 2014-05-13 at 17:05 +0200, Maciej Fijalkowski wrote: > I would rather host it somewhere we have more control. If it's all about downloads, can't you just get an account on the OSU OSL FTP CDN directly (i.e. not going through PSF infra)? We're using it for Midnight Commander at the moment

Re: [pypy-dev] PyPy download hosting

2014-05-13 Thread Maciej Fijalkowski
PSF infrastructure is a hit and miss. Sometimes it works, sometimes it doesn't and it takes forever to sort the stuff out. We're still waiting for a VM for codespeed2 for example. I would rather host it somewhere we have more control. On Tue, May 13, 2014 at 2:29 PM, Alex Gaynor wrote: > Hi all,

[pypy-dev] PyPy download hosting

2014-05-13 Thread Alex Gaynor
Hi all, Right now PyPy binaries for releases are hosted on bitbucket. Unfortunately, recently bitbucket started rate limiting downloads of files, and I've seen many issues in downloading them, both myself, and from user bug reports. I'd like to move these to be hosted somewhere else, I figured th

Re: [pypy-dev] Virtualenv

2014-05-13 Thread Donald Stufft
On May 13, 2014, at 3:54 AM, Armin Rigo wrote: > Hi Donald, > > On 12 May 2014 18:39, Donald Stufft wrote: >> I have a half written patch to backport ensurepip to PyPy, I just got >> confused >> trying to test it and task switched to cover some other things. >> >> As far as virtualenv goes,

Re: [pypy-dev] Virtualenv

2014-05-13 Thread Armin Rigo
Hi Donald, On 12 May 2014 18:39, Donald Stufft wrote: > I have a half written patch to backport ensurepip to PyPy, I just got confused > trying to test it and task switched to cover some other things. > > As far as virtualenv goes, instead of virtualenv I’d much rather that you > backport > the