reportlab 的 renderPM 可以在 Google appengine 上运行吗?
我想使用 ReportLab 的 RenderPM 在 Google App-Engine 上生成图像,但看起来它依赖于 c 库。有谁知道是否可以让它工作?
谢谢,
理查德
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是为了结束这个问题 - 正如 Wooble 所指出的,reportlab 本身在 Appengine(纯 python)上运行良好,但 RenderPM 库却不能。
Just to close the question - as indicated by Wooble, reportlab itself works fine on Appengine (being pure python) but the RenderPM library doesn't.