Hi, is there a Zope (or Python) Interface to GD? I need to make graphics as dynamic objects. The data will be stored in a SQL datbase and from there I will have to make a bar/pie/line chart out of it. I know how to do it in Perl (<- forgive me :). Is there an object or library to do it in Zope/Python? Thanks Ulli -- ----------------- Die Website Effizienzer ------------------ luna-park Bravo Sanchez, Vollmert, Wisser GbR Ulrich Wisser mailto:u.wisser@luna-park.de Alter Schlachthof, Immenburgstr. 20 Tel +49-228-9654055 D-53121 Bonn Fax +49-228-9654057 ------------------http://www.luna-park.de ------------------
I used GD with Zope before. Works great. I plan to write a Python Product soon. Very easy with external methods, if you don't have time to write a product. regards, stephan On Thu, 04 Nov 1999, Ulrich Wisser wrote:
Hi,
is there a Zope (or Python) Interface to GD? I need to make graphics as dynamic objects. The data will be stored in a SQL datbase and from there I will have to make a bar/pie/line chart out of it.
I know how to do it in Perl (<- forgive me :). Is there an object or library to do it in Zope/Python?
Thanks
Ulli -- ----------------- Die Website Effizienzer ------------------ luna-park Bravo Sanchez, Vollmert, Wisser GbR Ulrich Wisser mailto:u.wisser@luna-park.de Alter Schlachthof, Immenburgstr. 20 Tel +49-228-9654055 D-53121 Bonn X-Mozilla-Status: 00094057 ------------------http://www.luna-park.de ------------------
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev ) -- -- Stephan Richter iXL - Software Designer and Engineer CBU - Physics, Computer Science and Chemistry Student
Ulrich Wisser wrote:
Hi,
is there a Zope (or Python) Interface to GD? I need to make graphics as dynamic objects. The data will be stored in a SQL datbase and from there I will have to make a bar/pie/line chart out of it.
I know how to do it in Perl (<- forgive me :). Is there an object or library to do it in Zope/Python?
Thanks
Ulli -- ----------------- Die Website Effizienzer ------------------ luna-park Bravo Sanchez, Vollmert, Wisser GbR Ulrich Wisser mailto:u.wisser@luna-park.de Alter Schlachthof, Immenburgstr. 20 Tel +49-228-9654055 D-53121 Bonn Fax +49-228-9654057 ------------------http://www.luna-park.de ------------------
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Adrian Esteban Madrid Network Support, ATS Brigham Young University
is there a Zope (or Python) Interface to GD? I need to make graphics as dynamic objects. The data will be stored in a SQL datbase and from there I will have to make a bar/pie/line chart out of it.
If you run Roxen as webserver, it can do it for you. (There is a HowTo available for this.) Have a look at this; http://www.roxen.com/documentation/creator/graphics/diagram.html Just use Zope and the database to generate the tag, and Roxen will take care of the rest. /Magnus Heino
I have a product based on PIL. I haven't finished it, but it works. You can download it from here: starship.python.net\crew\arpadk Arpad ----- Original Message ----- From: Ulrich Wisser <u.wisser@luna-park.de> To: <zope@zope.org> Sent: Thursday, November 04, 1999 5:43 PM Subject: [Zope] graphics on the fly
Hi,
is there a Zope (or Python) Interface to GD? I need to make graphics as dynamic objects. The data will be stored in a SQL datbase and from there I will have to make a bar/pie/line chart out of it.
I know how to do it in Perl (<- forgive me :). Is there an object or library to do it in Zope/Python?
Thanks
Ulli -- ----------------- Die Website Effizienzer ------------------ luna-park Bravo Sanchez, Vollmert, Wisser GbR Ulrich Wisser mailto:u.wisser@luna-park.de Alter Schlachthof, Immenburgstr. 20 Tel +49-228-9654055 D-53121 Bonn X-Mozilla-Status: 00094057 ------------------http://www.luna-park.de ------------------
participants (5)
-
Adrian Esteban Madrid -
Arpad Kiss -
Magnus Heino -
Stephan Richter -
Ulrich Wisser