[19:07:11] <koolfy> /usr/lib64/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail.
[19:11:11] <nanonyme> koolfy, I dunno if that should cause it to break but that's most likely the reason for the warnings. Older than 2.7.8 can't validate any SSL certificates
[19:18:49] <tdsmith> i think the pypi entry is just not configured to point to a tarball
[19:19:14] <koolfy> you mean the remote descriptor of the package ?
[19:19:38] <tdsmith> there just aren't any download URLs defined https://pypi.python.org/pypi/python-brisa/json
[19:19:56] <tdsmith> so you won't have joy trying to download it with pip
[19:20:33] <tdsmith> note the empty urls list at the bottom
[19:21:00] <koolfy> I wonder if the teacher will accept that excuse for my assignment :D
[19:21:18] <tdsmith> seems like pip might have been able to realize that earlier but maybe there are subtleties i'm missing with remotely hosted packages
[19:21:30] <koolfy> All I wanted is to make a few SOAD exchanges with dlna TVs :(
[19:21:50] <tdsmith> you'll just have to download the package from the python-brisa website
[19:31:27] <gtback_> koolfy: if you trust downloading directly from their site, `pip install https://garage.maemo.org/frs/download.php/8363/python-brisa_0.10.3maemo0.tar.gz`
[19:31:59] <gtback_> works for me on OS X Yosemite, Python 2.7.10, Pip 7.0.0