安装 PloneFormGen 时出现 plone.app.jquerytools Bad version 错误
我正在尝试安装 zettwerk.ui 主题,我已将 zettwerk.ui 添加到 Eggs = 然后运行
buildout 并重新启动 plone,但我在 Addon 页面上没有找到该主题。
这是构建输出
Uninstalling backup.
--
Uninstalling zopeskel.
--
Installing instance.
--
The version, 1.1.2, is not consistent with the requirement,
--
'plone.app.jquerytools>=1.2dev'.
-
While:
-
Installing instance.
--
Error: Bad version 1.1.2
--
*************** PICKED VERSIONS ****************
--
[versions]
--
Products.PloneFormGen = 1.7a2
--
beyondskins.ploneday.site2011 = 1.0
--
collective.recaptcha = 1.1.1
--
recaptcha-client = 1.0.6
--
zettwerk.ui = 0.33
--
Required by:
--
Products.PloneFormGen 1.7a2
--
collective.js.jqueryui = 1.8.12.2
--
*************** /PICKED VERSIONS ***************
--
I am trying to install zettwerk.ui theme , i have added zettwerk.ui to eggs = then ran
buildout and restarted plone but i didn't find the theme on the Addon page.
here is buildout output
Uninstalling backup.
--
Uninstalling zopeskel.
--
Installing instance.
--
The version, 1.1.2, is not consistent with the requirement,
--
'plone.app.jquerytools>=1.2dev'.
-
While:
-
Installing instance.
--
Error: Bad version 1.1.2
--
*************** PICKED VERSIONS ****************
--
[versions]
--
Products.PloneFormGen = 1.7a2
--
beyondskins.ploneday.site2011 = 1.0
--
collective.recaptcha = 1.1.1
--
recaptcha-client = 1.0.6
--
zettwerk.ui = 0.33
--
Required by:
--
Products.PloneFormGen 1.7a2
--
collective.js.jqueryui = 1.8.12.2
--
*************** /PICKED VERSIONS ***************
--
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
zettwerk.ui 不依赖于 plone.app.jquerytools。这来自 Products.PloneFormGen。通过将以下内容添加到 buildout.cfg 中,将其固定到 1.6.0,以使您的 buildout 再次运行:
zettwerk.ui has no dependencies to plone.app.jquerytools. This comes from Products.PloneFormGen. Pin it to 1.6.0 to make you buildout runs again by adding the following to your buildout.cfg:
如果您想在 Plone 4.0 上使用 PloneFormGen 1.7,它清楚地指出了对其 PyPi 页面的额外依赖 http://pypi.python.org/pypi/Products.PloneFormGen/1.7a2中的“1.7注释”段落。
If you want to use PloneFormGen 1.7 on Plone 4.0, it clearly notes the extra dependency on its PyPi page at http://pypi.python.org/pypi/Products.PloneFormGen/1.7a2 in the "1.7 Notes" paragraph.