Re: [Zope3-Users] Announce: z3site - theme engine for Zope3-sites

2006-03-21 Thread Garanin Michael
 
 Hi,
 I'm getting this error.

 I guess your product uses boston app.
 is this dependent on  http://svn.zope.org/Zope3/branches/roger-bostonskin/ ?
 
 
Sorry, i use Zope3-trunk-version. I think boston-skin include to
release...

For solve problem you can remove zope.app.boston.boston from
browser.zcml in line 7:

skin name=z3site layers=z3site rotterdam zope.app.boston.boston
default/  --- to -- skin name=z3site layers=z3site rotterdam
default/

(but demo-theme use boston-skin as example)

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Announce: z3site - theme engine for Zope3-sites

2006-03-20 Thread Pradeep

Garanin Michael wrote:


Hello!
I publish simple theme-engine for Zope3-sites. I use it for customize
GUI(and ZMI) of Zope3-sites through browser. It's dynamics skin and
local utitlity for theme storage. 


Features:
1) you can change  GUI of web-site (and ZMI) through web (on fly,
without restart server, and without Zope3-programming)
2) you can prepare theme and upload as tar.gz archive.
3) you can create few themes for one site.

Example: you can get design from www.oswd.org and create new ZMI through
web (without create Zope3-skin and without restart server).


url:
http://www.zope.org/Members/garanin/z3site

 


Hi,
I'm getting this error.

zope.configuration.xmlconfig.ZopeXMLConfigurationError: File 
/home/pradeep/three/etc/site.zcml, line 7.2-7.55
   ZopeXMLConfigurationError: File 
/home/pradeep/three/etc/package-includes/z3site-configure.zcml, line 
1.0-1.27
   ZopeXMLConfigurationError: File 
/home/pradeep/three/lib/python/z3site/configure.zcml, line 27.2-27.33
   ZopeXMLConfigurationError: File 
/home/pradeep/three/lib/python/z3site/browser.zcml, line 7.2-7.80
   ConfigurationError: ('Invalid value for', 'layers', ImportError: 
Couldn't import zope.app.boston, No module named boston in z3site 
rotterdam zope.app.boston.boston default)



I guess your product uses boston app.
is this dependent on  http://svn.zope.org/Zope3/branches/roger-bostonskin/ ?


___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users