Re: Tools for GUI/graphics

2007-03-15 Thread [EMAIL PROTECTED]
You should take a look at matplotlib (http:// matplotlib.sourceforge.net/). It's possible to integrate the graphic display into a python application, as well as writing files and display them in a browser. Bernhard -- http://mail.python.org/mailman/listinfo/python-list

Re: Tools for GUI/graphics

2007-03-13 Thread Erik Johnson
> You can use ReportLab Graphics to generate the > graphs as .JPG files and display them in a > browser window with simple HTML. That is one option. As best as I recall, CherryPy is a simple but fully functional web framework. If your primary focus is programmatically generating graphs from d

Re: Tools for GUI/graphics

2007-03-13 Thread Larry Bates
Paulo da Silva wrote: > I need to make some data representation. > Basically a major window for a 2D chart, > a scrollable window with some few small 2D > graphics. The rest is a normal form with > buttons, labels and entries. > > I thought of doing that using Tkinter+pmw+blt. > But now I'm consid