[Grok-dev] Re: zc.sourcefactory

Wichert Akkerman wichert at wiggy.net
Mon Sep 3 06:19:02 EDT 2007


Jan Ulrich Hasecke wrote:
>
> Am 03.09.2007 um 12:02 schrieb Wichert Akkerman:
>> I had to put this in my buildout.cfg recently:
>>
>>     [buildout]
>>     versions = developversions
>>
>>     [developversions]
>>     grok = 0.10
>>     zope.app.keyreference = 3.4.0a1
>>     ZODB3 = 3.8.0b2
>>
>> without that buildout can not install everything due to dependency
>> conflicts.
>
> This gives me
>
> Error: Missing option: buildout:parts

You have to merge it in your buildout.cfg, not just dump it in. 
Specifically: add that versions= line to your existing [buildout] section.

Wichert.


-- 
Wichert Akkerman <wichert at wiggy.net>   It is simple to make things.
http://www.wiggy.net/                  It is hard to make things simple.



More information about the Grok-dev mailing list