Re: [Mailman-Users] mailman/python and cron

2001-01-04 Thread Scott R. Every
ok. i found the answer and thought i'd post it in case anyone else runs into this. the environment variables under the cron user(root on this system) did not included /usr/local/bin which is where python was installed. doing a: ln -s /usr/local/bin/python /usr/bin/python fixed it. i expect c

[Mailman-Users] mailman/python and cron

2001-01-04 Thread Scott R. Every
trying to execute the following statement from within a cron script(perl): /home/mailman/bin/add_members -n $sfilename -w y $list 1>>/home/mailman/to_do/subs.log 2>>/home/mailman/to_do/subs.log it works fine from the command line, but when run under cron i get the following error in the log: en