2011/10/13 Naleen Yadav <naleenya...@gmail.com>: > Creating reports in Web2Py > > Hello All, I'm a newbie on web2py and looking to create Reports in > web2py, but unable to find something suitable for a newbie on the > internet. Tried some videos on vimeo (http://vimeo.com/18601633) but > didn't get the output. I could install the plugin for appreport but > when trying to use it in the application, I'm getting the error - > "Import error : No module named plugin_appreport." Would really > appreciate some help.
If your reports are not very complex, I'd use pyfpdf. It's already included in web2py, you don't need to add any plugin or library. There are some examples of use (even a whole web2py example project) at http://code.google.com/p/pyfpdf/w/list Regards