In buildout.py:279 is this:
self._error('Invalid install parts:', *extra)
Probably should be self._error('Invalid install parts: %s', extra)
Thanks for reporting this. It is fixed in b11.
Thanks for reporting this. It is fixed in b11.