You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: