[Kss-devel] kss and zope 3.3.1

Nylan at gmx.net Nylan at gmx.net
Mon Jun 4 09:12:10 CEST 2007


Hello,

thanks for your quick reply.
Now it works. I'll testing it today.

There was an error/typo in :
"/usr/lib64/python2.4/site-packages/kss.core-1.2dev_r43821-py2.4.egg/kss/core/commands.py", line 200, in render

Message:
self.request.RESPONSE.setHeader('Content-type', 'text/xml;charset=utf-8')
AttributeError: 'BrowserRequest' object has no attribute 'RESPONSE'


There were some warnings : 


/usr/lib64/python2.4/site-packages/kss.demo-1.2dev_r42989-py2.4.egg/kss/demo/configfeature/fiveconfig.py:52: DeprecationWarning: zope.app.component.interface has moved to zope.component.interface. Import of zope.app.component.interface will become unsupported in Zope 3.5
  import zope.app.component.interface
/usr/lib64/python2.4/site-packages/kss.demo-1.2dev_r42989-py2.4.egg/kss/demo/configfeature/fiveconfig.py:53: DeprecationWarning: zope.app.location has moved to zope.location. Import of zope.app.location will become unsupported in Zope 3.5
  import zope.app.location
/usr/lib64/python2.4/site-packages/kss.core-1.2dev_r43821-py2.4.egg/kss/core/tests/ecmaview.py:21: DeprecationWarning: BrowserView is deprecated. It has been moved to zope.publisher.browser. This reference will be removed in Zope 3.5.
  from zope.app.publisher.browser import BrowserView


I've changed zope.app.XXXXX into zope.XXXXX

Best regards.




More information about the Kss-devel mailing list