Re: [Distutils] wheels or system packages for pip on ubuntu

2014-09-08 Thread Reinout van Rees
On 05-09-14 10:00, Andrew Straw wrote: On 5 Sep 2014, at 9:52 AM, Reinout van Rees wrote: So... that's why Wheels started to sound nice. And compiling wheels yourself and placing them on a server in a directory with various wheels for a specific distribution... Sounds like the most standard

Re: [Distutils] Download error on (…) hostname doesn't match either of '*.c.ssl.fastly.net', (…) when running buildout behind proxy

2014-09-08 Thread Piotr Dobrogost
Jim, thanks for taking time to reply. On Sun, Sep 7, 2014 at 4:09 PM, Jim Fulton wrote: > > Wow. That's really old and not really supported any more. > > It also uses very old and unsupported versions of setuptools. > (...) > > Buildout uses setuptools, which is what easy_install uses. (Buildout

Re: [Distutils] Download error on (…) hostname doesn't match either of '*.c.ssl.fastly.net', (…) when running buildout behind proxy

2014-09-08 Thread Piotr Dobrogost
Jim, thanks for taking time to reply. On Sun, Sep 7, 2014 at 4:09 PM, Jim Fulton wrote: > > Wow. That's really old and not really supported any more. > > It also uses very old and unsupported versions of setuptools. > (...) > > Buildout uses setuptools, which is what easy_install uses. (Buildout

Re: [Distutils] Download error on (…) hostname doesn't match either of '*.c.ssl.fastly.net', (…) when running buildout behind proxy

2014-09-08 Thread Jim Fulton
On Mon, Sep 8, 2014 at 7:44 AM, Piotr Dobrogost wrote: > Jim, thanks for taking time to reply. > > On Sun, Sep 7, 2014 at 4:09 PM, Jim Fulton wrote: >> >> Wow. That's really old and not really supported any more. >> >> It also uses very old and unsupported versions of setuptools. >> > (...) >> >>

Re: [Distutils] Download error on (…) hostname doesn't match either of '*.c.ssl.fastly.net', (…) when running buildout behind proxy

2014-09-08 Thread Jim Fulton
On Mon, Sep 8, 2014 at 11:31 AM, Piotr Dobrogost wrote: > On Mon, Sep 8, 2014 at 3:46 PM, Jim Fulton wrote: >> >> This is why I *always* use a clean python built from source. >> I recommend people do the same, or use a virtualenv. > > Well, I read http://www.buildout.org/en/latest/docs/tutorial.