Python and Cron

Greg Lindstrom gslindstrom at gmail.com
Fri Sep 7 15:14:12 EDT 2007


> "Shawn Milochik" <Shawn at Milochik.com>
> Could you send the output of "crontab -l" and the script you're running?
>
> It's probably an environment issue of some kind, but it's hard to say
> what blindly.



# run client pricing at 0215 (p) Monday-Friday
15 2 * * 1-5 cd /m01/edith/src && /usr/bin/python /m01/edith/src/driver.py
--paid-date yesterday --jobname professional >>
/m01/edith/stdout/ecomppo.stdout 2&>1

I've emailed parts of the script in another reply.

Thanks for your time,
--greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070907/c7532a89/attachment.html>


More information about the Python-list mailing list