[13:02:25] <mgedmin> http://www.buildout.org/docs/recipelist.html tells me it's called zc.recipe.cmmi
[13:02:50] <iivvoo> it's not even a matter of make/make install, just the equiv of easy_install http://google-visualization-python.googlecode.com/files/gviz_api_py-1.8.2.tar.gz
[13:03:02] <iivvoo> I feel like I'm missing something trivial
[13:03:19] <mgedmin> oh, you want to install a Python package!
[17:08:27] <DanielHolth> Ever heard of buildout executing a part even though it is commented out / not in parts? My Plone buildout seems to be chmod'ing unexpectedly
[17:10:28] <aclark> J1m: apparently there was a regression from 1.4 to 1.5 such that inline comments no longer work, they must be ^ (at the beginning of the line)
[17:10:29] <J1m> buildout isn't likely to install a part it can't see. :)
[17:22:19] <supton> aclark: I was just saying that in 1.4, folks had EOL comments on things like versions.cfg, and they worked. I think there were some of these in older Zope2 or plone versions.cfg files at some point, but not on recent releases. When I started using 1.5 when plone was still on 1.4, I stripped these out of my own buildout