Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geraldo incompatible with patched Reportlab for the latest GAE #4

Open
piotrekw opened this issue Jun 18, 2011 · 0 comments
Open

Geraldo incompatible with patched Reportlab for the latest GAE #4

piotrekw opened this issue Jun 18, 2011 · 0 comments

Comments

@piotrekw
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant