Is there a way to run a jasper report from within python without using jasper server. We have jasper server up and running but there is some additional overhead by using this method and an extra layer of complexity. If it can be eliminated then great if not then our current solution will have to do.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can try pyJasper: http://pypi.python.org/pypi/pyJasper/0.4
I have no experience with that module myself.