chris wrote:
I'm creating a data plot and need to display the image to a web page.
What's the best way of doing this without having to save the image to
disk? I already have a mod_python script that outputs the data in
tabular format, but I haven't been able to find anything on adding a
generated image.

Does your web application has session handling? Then you could save the image in the session and server the separate HTTP request sent by the browser.

Ciao, Michael.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to