Re: running python scripts via crontab

2007-06-09 Thread davelist
On Jun 9, 2007, at 9:10 AM, Mr SZ wrote: > Hello all, > I wrote a simple python script to send mail via smtp to my gmail > acc.I can run it as python /home/phil/Desktop/smtp.py but when I > add the same to my crontab as > > * * * * * /usr/bin/python2.5 /home/phil/Desktop/smtp.py > > ,it doesn

running python scripts via crontab

2007-06-09 Thread Mr SZ
Hello all, I wrote a simple python script to send mail via smtp to my gmail acc.I can run it as python /home/phil/Desktop/smtp.py but when I add the same to my crontab as * * * * * /usr/bin/python2.5 /home/phil/Desktop/smtp.py ,it doesn't run.I checked the process by using top comman