From: Jim K. <jek...@kl...> - 2004-08-25 16:01:45
|
Seth Lesky wrote: > > I apologize in advance if this has been brought up somewhere before, > > Gnuplot on Windows exits immediately when the python script exits. Is > there a nice way of preventing this without a call to time.sleep()? > > Regards, > SL In the past, a call to g.gnuplot.gnuplot.close() in some circumstances would cause the popen() to wait until closed. Give that a try and see if it helps. Jim |