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
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to