[01:31:58] <Alex_Gaynor> dstufft: FWIW I think the lack of compiler toolchains is a more compelling argument against C-ext requirements for pip than pypy support is, can always doa cffi binding for pypy
[01:33:41] <dstufft> Alex_Gaynor: well except pip isn't actually the direct user of ssl here, so you'd have to get a cffi binding for PyPy and get requests to use it, and also xmlrpc (although that's less of a big deal)
[01:33:53] <Alex_Gaynor> dstufft: oh, sure, no doubt
[01:34:06] <dstufft> so yea, there are ways arund that
[01:34:13] <dstufft> but it does complicate things
[01:34:25] <Alex_Gaynor> That's not about c-exts vs. pure python though, that's about 3rd partyness
[01:38:39] <dstufft> I kind of don't want to sound like I'm saying that this needs to happen becasue pip, but pretty much anything that doesn't come with Python itself is a non starter for pip unless it's pure python
[01:39:39] <dstufft> A lot more people are for it then I thought though
[01:39:47] <dstufft> I thought this was going to be an uphill battle
[01:39:50] <Alex_Gaynor> It needs to happen because shipping a poorly configured TLS client should be punishable as computer malpractice
[15:18:24] <navap> I wanted to follow http://www.jeffknupp.com/blog/2013/12/18/starting-a-django-16-project-the-right-way/. Getting stuck on the first command was very disheartening...
[15:19:03] <navap> I came across that issue. I tried upgrading distribute and it didn't work
[15:20:23] <Ivo> navap: if you didn't know, distribute has been absorbed into setuptools so the latter is far preferable now
[15:21:21] <Ivo> ofc, it doesn't help that ubuntu 13.10 is still packaging an extremely old setuptools.. :/
[15:21:49] <navap> 1.5.4 has been installed using get-pip.py. Thanks a lot!
[15:21:59] <navap> So I should be installing virtualenvwrapper with sudo?
[15:22:01] <Ivo> navap: basically, to fix everything, do this -
[15:26:52] <jaraco_> Ivo: There was a ticket about that. It adds extra work to the release process that I'd like to avoid, especially when source code reports the release dates (date of the tagging change).
[15:27:10] <jaraco_> I would very much like for a service to provide that information as a report, though.
[15:28:05] <Ivo> why the heck has ubuntu 13.10 still got setuptools 0.6 :/
[15:48:45] <Ivo> dstufft: you know where the ~/.distlib folder comes from?
[15:49:00] <dstufft> because distlib creates it if you import distlib