我正在尝试在 plone 4.2 上使用重氮创建主题。
错误信息 :
“IOError:读取文件'/++theme++optilux.theme/rules.xml'时出错:无法加载外部实体“/++theme++optilux.theme/rules.xml””
配置文件 buildout.cfg 包含:
extends =
http://good-py.appspot.com/release/plone.app.theming/1.0b8?plone=4.1
配置文件 configure.zcml 包含:
<!-- Register the /++theme++optilux.theme/ static resource directory -->
<plone:static
directory="resources"
type="theme"
/>
目录 :
--> pwd
/usr/local/Plone/zeocluster/src/optilux.theme/optilux/theme
--> ls -l
total 20
-rw-r--r-- 1 root root 1113 aoû 9 16:09 configure.zcml
-rw-r--r-- 1 root root 119 jui 10 21:40 __init__.py
drwxr-xr-x 3 root root 4096 jui 10 21:40 profiles
drwxr-xr-x 4 root root 4096 aoû 9 14:57 resources
-rw-r--r-- 1 root root 1383 jui 10 21:40 tests.py
资源目录:ls -l
total 20
-rw-r--r-- 1 root root 5373 jui 11 21:48 index.html
drwxr-xr-x 2 root root 4096 jui 12 21:49 overrides
-rw-r--r-- 1 root root 3322 jui 12 21:44 rules.xml
drwxr-xr-x 2 root root 4096 jui 11 21:52 stylesheets
我希望把所有需要的信息。