[03:02:30] <mithro> Is there a way to search on pypi by popularity?
[05:07:28] <njs> mithro: there's pypi-ranking.info ; dunno if its search functions are up to what you're looking for, and its measure of popularity ("total downloads of all time") is a little wonky (as are all such measures I guess), but might be useful
[08:50:08] <Xorg> I cant install packages using pip ?
[08:50:11] <Xorg> AttributeError: 'module' object has no attribute '_handlerList'
[08:50:16] <Xorg> File "/usr/lib/python2.7/site-packages/pip/compat/dictconfig.py", line 332, in configure
[09:37:09] <ronny> Xorg: well, that would e easier if there where people paying for some kind of service - but python itself is not a company either ^^
[09:40:16] <Xorg> foundation does not have taxes to pay ;)
[09:40:55] <ronny> still the resources are pretty limited as far as i remember
[21:13:56] <burzos> In requirements.txt we can do file:/../ to access files relative to pips working directory; is there any way to access files relative to the requirements.txt file's path?
[21:16:26] <burzos> "Use setup.py" is one option I suppose.