[Zope-dev] Re: [Zope3-Users] Re: KGS Site Updated

Jim Fulton jim at zope.com
Mon Nov 19 13:58:11 EST 2007


On Nov 19, 2007, at 9:54 AM, Tres Seaver wrote:
> It's a limitation of buildout, perhaps.  It is possible to use
> setuptools with multiple indexes:  'compoze' allows spelling multiple
> '-index-url' items on the command line.  E.g.::

I'm curious what API you're using.

buildout uses setuptools.package_index.PackageIndex.  This only  
accepts a single index URL.  Of course, I could create multiple index  
instances, use each one and merge the results.  Is that what you're  
doing?

Jim

--
Jim Fulton
Zope Corporation




More information about the Zope-Dev mailing list