Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-17 Thread Jins Thomas
On Thu, Sep 17, 2009 at 9:53 AM, Balamurugan S wrote: > On Wed, Sep 16, 2009 at 7:48 PM, Jins Thomas wrote: > > Would any body please comment on some good frameworks in python (web > based > > GUI), which is already available on which i can add my customizations. > This > > is to replace one of t

Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Balamurugan S
On Wed, Sep 16, 2009 at 7:48 PM, Jins Thomas wrote: > Would any body please comment on some good frameworks in python (web based > GUI), which is already available on which i can add my customizations. This > is to replace one of the reporting frameworks provided by Business Objects > Web Intellig

Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Carl Karsten
On Wed, Sep 16, 2009 at 11:45 AM, Carl Karsten wrote: > For the row/column text reports, > http://dabodev.com/wiki/ReportDesigner (if there were docs, thats > where they would be.  there is a .mov somewhere on the site) http://dabodev.com/documentation # Report Designer Overview, Part 2 (Paul, 2

Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Carl Karsten
For the row/column text reports, http://dabodev.com/wiki/ReportDesigner (if there were docs, thats where they would be. there is a .mov somewhere on the site) dabo is meant for making wx apps, but I have used the wx based report IDE to generate the .rfxml layout files and hook those into websites

Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Pradeep Gowda
On Wed, Sep 16, 2009 at 11:31 AM, Noufal Ibrahim wrote: > On Wed, Sep 16, 2009 at 7:48 PM, Jins Thomas wrote: >> Hi all, >> >> I'm relatively a newbie to python. But i do read most of the posts in this >> list.  Currently I'm doing a study on developing one reporting framework to >> pull the data

Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Noufal Ibrahim
On Wed, Sep 16, 2009 at 7:48 PM, Jins Thomas wrote: > Hi all, > > I'm relatively a newbie to python. But i do read most of the posts in this > list.  Currently I'm doing a study on developing one reporting framework to > pull the data from the database and project in appealing way like pie > chart

Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Pradeep Gowda
On Wed, Sep 16, 2009 at 10:24 AM, Santhosh Divakar wrote: > For plotting you can use gnuplot or pychart. > > Now for my project I used both gnuplot and pychart , but went with pychart > since the latter is easier to integrate with a web-framework. I can ask > pychart to give me the output in a PNG

Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread sudhakar s
For generating reports u can use ReportLab. you can easily generate pie charts, normal charts, bar graph based on the data present in database. >From report u can incorporate into web based application. On Wed, Sep 16, 2009 at 7:48 PM, Jins Thomas wrote: > Hi all, > > I'm relatively a new

Re: [BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Santhosh Divakar
For plotting you can use gnuplot or pychart. Now for my project I used both gnuplot and pychart , but went with pychart since the latter is easier to integrate with a web-framework. I can ask pychart to give me the output in a PNG format and I can use that in a web page. The documentation of pycha

[BangPypers] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Jins Thomas
Hi all, I'm relatively a newbie to python. But i do read most of the posts in this list. Currently I'm doing a study on developing one reporting framework to pull the data from the database and project in appealing way like pie charts, normal charts, bar graphs etc. Would any body please comment