[11:08:06] <pecisk> hi people, how to add my own library to pip?
[11:09:54] <ronny> pecisk: by adding it to the python package index at https://pypi.python.org/pypi - there are tools to hande uploading and registration
[11:12:21] <ronny> pecisk: you might also want to take a look into the relevant package formats (usually sdist and wheel)
[11:27:57] <ronny> pecisk: or what else do you mean by "add to pip"?
[11:28:42] <pecisk> ronny, no, it's correct one :) thanks
[15:06:12] <aclark> anyone seeing weird pkg_resources stuff going on lately? E.g. missing declare_namespace :-/ http://dpaste.com/2SGQ3H2 (setuptools 17, pip 7.0.1, zc.buildout 2.3.1; wondering if we need a new zc.buildout release to keep up, or something like that.)
[15:06:53] <aclark> the former is my buildout env, the latter my "global" env
[15:07:11] <aclark> of course, could be user error somewhere :-)
[15:23:24] <aclark> User error: tried to name a namespace after something that exists in the stdlib already *SMACK*
[21:19:39] <ronny> aclark: i suspect thats fallout from pip going to wheel on install +