|
From: Edward H. <ph...@le...> - 2005-04-26 14:11:52
|
Hans-Bernhard Broeker wrote: > I somewhat doubt that encoding is the problem. A problem involving the > way you send the commands over to gnuplot is more likely. > Blocking/buffering errors in communication through pipes have been > known to cause this kind of problem. In this case I am not piping. I am writing the script to a flat text file. I now don't think it's encoding either, but something strange with the file. The following can happen: * The file with it's automatically created contents gives an error. * Copying the script to another file means that it works. * Copying a perfectly working script to the file gives an error. It is as if there is something in the file but not the text itself that causes the error. The URL is perfectly OK as moving a working script to the URL and running works fine. > How are you executing the scripts, once they're generated? I'm running my scripts by the shell command: gnuplot [filename]. This works OK on a working script but on this automatically generated script file does not. Thanks for any help |