主题主题断言错误 [英] plone Assertion error in themes

查看:134
本文介绍了主题主题断言错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Plone的新手.我安装了Plone 4,并经历了 http://noenieto.com/blog/theming-plone- 4 并创建主题产品.

Iam new to Plone. I installed Plone 4 and i have gone through http://noenieto.com/blog/theming-plone-4 and created theme product.

当我运行./bin/buildout时, 我收到的错误为

When i run ./bin/buildout, iam getting the error as

    Develop: '/usr/local/Plone/zinstance/src/plonetheme.hanging'
error in plonetheme.hanging setup command: Distribution contains no modules or packages for namespace package 'plonetheme'
While:
  Installing.
  Processing develop directory '/usr/local/Plone/zinstance/src/plonetheme.hanging'.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 1683, in main
    getattr(buildout, command)(args)
  File "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 417, in install
    installed_develop_eggs = self._develop()
  File "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 657, in _develop
    zc.buildout.easy_install.develop(setup, dest)
  File "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/easy_install.py", line 895, in develop
    *args) == 0
AssertionError

有人可以帮助我纠正此错误吗?

Can anyone help me to rectify this error?

推荐答案

为名称空间包"plonetheme"创建模块或包,例如:

Create a module or package for namespace package 'plonetheme', e.g.:

mkdir -p src/plonetheme.hanging/plonetheme/hanging
touch src/plonetheme.hanging/plonetheme/__init__.py
touch src/plonetheme.hanging/plonetheme/hanging/__init__.py

src/plonetheme.hanging/plonetheme/__init__.py应该包含以下内容:

from pkg_resources import declare_namespace
declare_namespace(__name__)

这篇关于主题主题断言错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆