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