Hi folks, I need to generate PDF reports from my GAE-deployed application. The question is: how? Obviously the example in the web2py book won't work because AppEngine does not allow access to the filesystem. I've found this is possible in Django because Django's HttpResponse is a file- like object and ReportLab's API can act on that.
Is there a similar way to generate these reports with GAE? Thanks in advance! --- Tiago Rosa

