[Zope-dev] trying out the buildout-based Zope 2.12...
Tobias Rodäbel
tobias.rodaebel at mac.com
Fri Mar 27 19:34:47 EDT 2009
On 28.03.2009, at 00:30, Chris Withers wrote:
> Tobias Rodäbel wrote:
>> Hi,
>>
>> had the same issue tonight. I'm using attached versions.cfg for now.
>> That works quite well for me.
>
> Which issue is this supposed to help with?
Using zc.buildout. This is my buildut.cfg:
[buildout]
parts = zope zopepy
extends = versions.cfg
unzip = true
[zope]
recipe = zc.recipe.egg:scripts
eggs = Zope2
[zopepy]
recipe = zc.recipe.egg
eggs = Zope2
interpreter = zopepy
scripts = zopepy
More information about the Zope-Dev
mailing list