On 2005-08-18, Titi Anggono <[EMAIL PROTECTED]> wrote:

> 1. Can we use Tkinter for web application such as Java?

No. You can't use Tkinter in a Java app, since Tkinter is a
Python module (unless it works with Jython).

> 2. I use gnuplot.py module for interfacing with gnuplot in
> linux. Can we make the plot result shown in web ? I tried
> using cgi, and it didn't work.

Sure.  Just plot to a .png file and serve up the .png file.

-- 
Grant Edwards                   grante             Yow!  Now KEN is having
                                  at               a MENTAL CRISIS beacuse
                               visi.com            his "R.V." PAYMENTS are
                                                   OVER-DUE!!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to