安装Plone。 Buildout现在包括'buildout-versions'(以及旧版'buildout.dumppickedversions'的一部分)

时间:2013-06-26 08:35:27

标签: python plone

我在安装过程中发出此警告:

$ bin/buildout
While:
  Installing.
  Loading extensions.
Error: Buildout now includes 'buildout-versions' (and part of the older 'buildout.dumppickedversions').
Remove the extension from your configuration and look at the 'show-picked-versions' option in buildout's documentation.

如何解决?

1 个答案:

答案 0 :(得分:8)

如果您使用的是Buildout 2.x或更高版本,请从扩展程序中移除buildout.dumppickedversions,例如:

[buildout]
extensions =
# We don't need this in 2.x:
# buildout.dumppickedversions

或使用Buildout 1.7.x:

$ curl -O https://raw.github.com/buildout/buildout/1/bootstrap/bootstrap.py
$ bin/python bootstrap.py