Tkinter and gnuplot module

Grant Edwards grante at visi.com
Thu Aug 18 10:27:41 EDT 2005


On 2005-08-18, Titi Anggono <tiang_ono at yahoo.com> 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!!



More information about the Python-list mailing list