Recently I was developing application for Google AppEngine with Django-nonrel and I discovered that the latest GAE doesn't work with Reportlab. I found patched version [1] which is unfortunately incompatible with Geraldo. That's because patched version is zipped and has to be imported with zipimport. So the solution is simple: every file that imports Reportlab has to do this according to zipimport documentation [2]. I can provide you with the patch. Any chance for it to be applied?
[1] http://ruudhelderman.appspot.com/testpdf
[2] http://docs.python.org/library/zipimport.html#examples
Recently I was developing application for Google AppEngine with Django-nonrel and I discovered that the latest GAE doesn't work with Reportlab. I found patched version [1] which is unfortunately incompatible with Geraldo. That's because patched version is zipped and has to be imported with zipimport. So the solution is simple: every file that imports Reportlab has to do this according to zipimport documentation [2]. I can provide you with the patch. Any chance for it to be applied?
[1] http://ruudhelderman.appspot.com/testpdf
[2] http://docs.python.org/library/zipimport.html#examples