1

我刚刚开始使用 Plone。我想安装 zettwerk.ui,所以我可以轻松地编辑 plone 主题,但发生的事情是这样的(我尝试相应地遵循每一步):

在此处阅读 plone 产品的说明:http: //plone.org/products/zettwerk.ui

在此处下载 zettwerk.ui: https ://pypi.python.org/pypi/zettwerk.ui/1.1.1

我将 zettwerk zip 文件保存在 Plone/zeocluster/products 下

停止 plonectl,编辑 buildout.cfg,包括鸡蛋部分“zettwerk.ui”,再次运行 buildout,启动 plonectl。

我的期望是我可以通过网络配置产品,但结果是:localhost:8081 无法再访问 - 但在安装 zettwerk 之前一切正常。

构建输出是这样的 - 我不明白发生了什么,但最终它以某种方式正确安装了 zettwerk:

mbehr@S400 ~/Plone/zeocluster $ ./bin/buildout 
Updating zeoserver.
Installing client1.
Getting distribution for 'zettwerk.ui'.
warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
warning: no files found matching '*.js' under directory 'paste'
warning: no files found matching '*.jpg' under directory 'paste'

Installed /tmp/easy_install-CCHHym/zettwerk.ui-1.1.1/PasteScript-1.7.5-py2.7.egg
Searching for PasteDeploy
Reading http://pypi.python.org/simple/PasteDeploy/
Best match: PasteDeploy 1.5.0
Downloading https://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-1.5.0.tar.gz#md5=f1a068a0b680493b6eaff3dd7690690f
Processing PasteDeploy-1.5.0.tar.gz
Writing /tmp/easy_install-CCHHym/zettwerk.ui-1.1.1/temp/easy_install-DtiOVo/PasteDeploy-1.5.0/setup.cfg
Running PasteDeploy-1.5.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-CCHHym/zettwerk.ui-1.1.1/temp/easy_install-DtiOVo/PasteDeploy-1.5.0/egg-dist-tmp-WOEQZF

Installed /tmp/easy_install-CCHHym/zettwerk.ui-1.1.1/PasteDeploy-1.5.0-py2.7.egg
Searching for Paste>=1.3
Reading http://pypi.python.org/simple/Paste/
Best match: Paste 1.7.5.1
Downloading https://pypi.python.org/packages/source/P/Paste/Paste-1.7.5.1.tar.gz#md5=7ea5fabed7dca48eb46dc613c4b6c4ed
Processing Paste-1.7.5.1.tar.gz
Writing /tmp/easy_install-CCHHym/zettwerk.ui-1.1.1/temp/easy_install-I9q1tZ/Paste-1.7.5.1/setup.cfg
Running Paste-1.7.5.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-CCHHym/zettwerk.ui-1.1.1/temp/easy_install-I9q1tZ/Paste-1.7.5.1/egg-dist-tmp-MQ1fJ2
warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'

Installed /tmp/easy_install-CCHHym/zettwerk.ui-1.1.1/Paste-1.7.5.1-py2.7.egg
warning: no previously-included files matching '*pyc' found anywhere in distribution
Got zettwerk.ui 1.1.1.
Getting distribution for 'collective.js.jqueryui==1.10.1.2'.

Installed /tmp/easy_install-uOv0zn/collective.js.jqueryui-1.10.1.2/setuptools_git-1.0-py2.7.egg
warning: no files found matching '*.pdf' under directory 'collective'
warning: no files found matching '*.po' under directory 'collective'
warning: no files found matching '*.pot' under directory 'collective'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
Got collective.js.jqueryui 1.10.1.2.
Generated script '/home/mbehr/Plone/zeocluster/bin/client1'.
Generated interpreter '/home/mbehr/Plone/zeocluster/parts/client1/bin/interpreter'.
Installing client2.
Generated script '/home/mbehr/Plone/zeocluster/bin/client2'.
Generated interpreter '/home/mbehr/Plone/zeocluster/parts/client2/bin/interpreter'.
Updating backup.
Installing zopepy.
Generated interpreter '/home/mbehr/Plone/zeocluster/bin/zopepy'.
Updating unifiedinstaller.
*************** PICKED VERSIONS ****************
[versions]
zettwerk.ui = 1.1.1

*************** /PICKED VERSIONS ***************

我做错了什么 - 欢迎任何帮助。

4

0 回答 0