On Sun, Aug 31, 2003 at 10:34:39AM -0500, John Hunter wrote: > I have a plotting library that uses pygtk with gtk.DrawingArea and > gtk.gdk.Drawable to make plots. I would like to use it from a zope > server running on a headless linux box to dynamically generate plots > to embed n html. If X is running on the server is there any to draw, > for example to a pixmap, and then save the figure as a PNG, and then > embed it in the html, w/o X ever launching the window?
Have you considered using Xvfb? It's pretty much designed to do what you want. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
