[Zope3-Users] BrowserResponse, write()

Andreas Reuleaux reuleaux at web.de
Fri Sep 16 11:39:41 EDT 2005


I just found out that the following code (from Philipps book,
chapter 12) doesn't work any more

   pdf = ... 
   response = self.request.response
   response.write(pdf.data)

AttributeError: 'BrowserResponse' object has no attribute 'write'

What else should be used now? - Not sure if this has been discussed
before.

-Andreas


More information about the Zope3-users mailing list