From: Michael B. <but...@ph...> - 2011-06-01 09:24:29
|
Hmm, well I'm not quite sure but you can start your script with pythonscript 1>/dev/null 2>/dev/null actually all the output to stdout and stderr will then be deleted. maybe that helps. :) --- On Wed, 1 Jun 2011 10:30:36 +0200 "calmar c." <ma...@ca...> wrote: > On Wed, Jun 01, 2011 at 10:11:43AM +0200, Michael Buttgereit wrote: > hi Michael, > > > > > if you are on a linux machine you can start gnuplot with > > > > >> gnuplot 2>>/dev/null > > > > this will pipe the err_stream to dev/null and you have a clean > > output. > > > > but there are some drawbacks. ;-) > > > > Regards > > Michael > > Ah Ok, I guess this would be the solution to get rid of Warning > messages like: "Warning: empty y2 range [0:0], adjusting to > [-1:1]" - they are still there. > > pythonscript 2>/dev/null worked at least. > > Cheers > marco > > ---- Michael Buttgereit Extraterrestrische Physik, IEAP Christian-Albrechts-Universitaet zu Kiel Telefon: +49(431) 880 3799 www.ieap.uni-kiel.de/et |