From: Joachim W. <wu...@cr...> - 2003-01-08 08:26:55
|
Michael: > When I go to run the routine scheduled from a cron entry however, it=20 > chokes. The system I'm on is running W2K server and I've got cron=20 > running under cygwin which calls various scripts every hour=20 > to generate the pages I need. > #This is line 106 which seems to be the problem: > g('set output "/home/blabla/out.png"') I guess, the problem is not so much with Python and Gnuplot, but rather with the interaction of W2K, Cygwin, and cron. It looks to me as if your cron job simply doesn't know about the Cygwin file name mapping. Try with a little test script. Alternatively, try with "Windows" (i.e. DOS) file names "D:\cygwin\home\blabla\out.png". Good luck, Joachim |