I wanted to use ReportLab's RenderPM to generate images on Google App-Engine but it looks like it depends on c libraries. Does anyone know if it's possible to get it working?

Thanks,

Richard

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

Just to close the question - as indicated by Wooble, reportlab itself works fine on Appengine (being pure python) but the RenderPM library doesn't.

link|improve this answer
feedback

Report lab requires C extensions.

link|improve this answer
4  
Reportlab itself is pure python; it works without using any C extensions. That said, RenderPM does use PIL, and won't work on App Engine. PDF and PS creation should work fine, though. – Wooble May 23 '11 at 16:31
@Wooble - thanks for that, great comment. – directedbit May 23 '11 at 16:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.