Hi,
I have a dashboard panel that contains graphs (column), when I click on 'Generate PDF', it throws out the error.
Interesting is when I edit the visualization, and change the view from Column to Table, then the 'Generate PDF' works without problems.
wazimu# tail -n3 python.log
2012-12-18 15:02:21,269 +0300 INFO pdfgen_endpoint:308 - pdf time-of-report=1355832141.27
2012-12-18 15:02:21,508 +0300 ERROR pdfgen_endpoint:173 - Exception raised while trying to prepare "TEST" for rendering to PDF. [Errno 2] No such file or directory
2012-12-18 15:02:21,509 +0300 ERROR pdfgen_endpoint:179 - No views prepared without exceptions. Bailing out of PDF render.
Please help in fixing the PDF in rending graphs. Thanks.
... View more