From: Robert B. <rb...@de...> - 2004-07-02 18:16:37
|
I just recently downloaded Gnuplot-Py and have been running it successfully for several days, namely the demo.py file as I learn how to use Gnuplot-Py. However, I did have the problem of temporary files being left behind, so I uncommented line 108 ("# del g, d") Now when I launch my terminal window without invoking Gnuplot, I get the following message in my terminal window: > Last login: Fri Jul 2 14:08:28 on ttyp1 > Welcome to Darwin! > Robert-Browns-Computer:~ robertbr$ /tmp/501/Cleanup\ At\ > Startup/1386939.command; exit > [Process completed]-bash: /tmp/501/Cleanup At Startup/1386939.command: No such > file or directory > logout At which point I no longer get a prompt to the Terminal window. My suspicion is that the Python script deleted the temp file 1386939, but there is some registry that still maintains that temp file 1386939 still needs to be deleted. But I cannot directly confirm that this is related to the Gnuplot activity. Does anyone see this problem as related to my uncommenting line 108 in the demo.py file? I am using Mac OS 10.3.4 if this helps. Best Regards, Rob |