安装 PloneFormGen 时出现 plone.app.jquerytools Bad version 错误

发布于 2024-11-06 04:42:43 字数 750 浏览 0 评论 0原文

我正在尝试安装 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风为裳 2024-11-13 04:42:43

zettwerk.ui 不依赖于 plone.app.jquerytools。这来自 Products.PloneFormGen。通过将以下内容添加到 buildout.cfg 中,将其固定到 1.6.0,以使您的 buildout 再次运行:

[versions]
Products.PloneFormGen = 1.6.0

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:

[versions]
Products.PloneFormGen = 1.6.0
岁月打碎记忆 2024-11-13 04:42:43

如果您想在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文