[12:27:14] <mgedmin> how can I figure out why buildout thinks some packages are required?
[12:27:37] <mgedmin> bin/buildout -o -v tells me "Adding required 'zope.hookable'" and doesn't follow that up with any "required by ..." lines
[12:27:52] <mgedmin> git grep zope.hookable finds zero mentions in the source tree
[12:28:17] <mgedmin> python setup.py test also downloads zope.hookable, so I believe it's a real requirement, I just can't figure out where it comes from
[15:51:34] <whyzgeek> hi any body here can help on zc.buildout? I am trying to make it work through proxy and it fails. Actually I am not 100% sure its because of that. I am running it on a mac
[16:06:12] <mgedmin> disclaimer: I've never tried to make zc.buildout use a proxy
[16:06:43] <mgedmin> I believe it uses easy_install from setuptools/distribute, which uses urllib, so whatever environment variables can be used to tell urllib about proxies should work here to
[16:21:29] <whyzgeek> so how can I force it to use urllib?
[16:21:47] <mgedmin> have you conclusively determined that it doesn't?
[16:22:14] <mgedmin> can you dpaste the contents of File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/../../Extras/lib/python/setuptools/package_index.py" ?
[16:22:38] <whyzgeek> well there are two only source for that one is the traceback and the other is the fact that the evn variable is working for everything else expect easy_setup
[16:36:14] <mgedmin> actually, what you pasted here shows that easy_install can do an http request to pypi.python.org and correctly receives the 404 response
[16:36:22] <mgedmin> (you tried to install a package named 'install')