Re: [PythonReports-users] Reg.PythonReports example
Brought to you by:
a1s
From: alexander s. <al...@ty...> - 2006-12-23 08:20:24
|
Alagu Madhu wrote, at 23.12.2006 9:36: > > I would to use pythonreports with wxpython. it is not recommended to use wxPython renderer - there are major problems that do not seem to be easily fixable. (although it might work unless you need to print bar codes.) much better results may be achieved by rendering to pdf and then running acrobat reader via wx.lib.pdfwin.PDFWindow. > But I not get any document or example > to start my project.Please,can you send me > some example with screen and print option ? pythonreports documentation (as much as there is - input and output file specifications, release history and small readme) is included with both source and binary distributions. the specs are also viewable at http://pythonreports.sourceforge.net/ example report templates and build scripts are in the test directory of the source distribution, also accessible through cvs browser at http://pythonreports.cvs.sourceforge.net/pythonreports/PythonReports/test/. one of the report examples uses data from Sakila sample database published by MySQL AB (see http://dev.mysql.com/doc/sakila/en/sakila.html). if you do not have MySQL installed, you may fetch preloaded report data file from the project downloads, distributed in a separate package. all printout rendering modules have command line interface. best wishes, alex. |