AW: [Zope3-Users] Using z3c.jsonrpc with an existing skin

2008-07-22 Thread Roger Ineichen
Hi Dominique > Betreff: [Zope3-Users] Using z3c.jsonrpc with an existing skin > > Hi > > i want to switch from jsonserver to z3c.jsonrpc, but i cant > get it working. > > i have a skin defined: > > py: > from zope.publisher.interfaces.browser import > IDefaultBrowserLayer class IPreview(IDef

[Zope3-Users] Using z3c.jsonrpc with an existing skin

2008-07-22 Thread Dominique Lederer
Hi i want to switch from jsonserver to z3c.jsonrpc, but i cant get it working. i have a skin defined: py: from zope.publisher.interfaces.browser import IDefaultBrowserLayer class IPreview(IDefaultBrowserLayer): """ """ zcml: type="zope.publisher.interfaces.browser.IBrowserSkinType" name

[Zope3-Users] Re: searching for easy buildout.cfg to start with

2008-07-22 Thread Philipp von Weitershausen
Dominique Lederer wrote: i am searching for a simple buildout.cfg, which installs the latest zope 3.4 rc1 with a filestorage and one instance. i would like to switch an existing z3 applikation to buildout, for a comfortable deployment. this app i would check out via infrae.subversion. build