Re: Tkinter and gnuplot module

2005-08-18 Thread Grant Edwards
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 m

Re: Tkinter and gnuplot module

2005-08-17 Thread ncf
Because Tkinter is for GUI development on systems, and thereof, there is no plugin for browsers, I do not believe it to be possible to use Tkinter in a client's browser. If gnuplot.py allows you to save a plot to disk or get the plot's image file as a binary string, it should be possible to send a