On 8/7/07, Will Maier <[EMAIL PROTECTED]> wrote:
>
> On Tue, Aug 07, 2007 at 05:45:46PM -0400, brad wrote:
> > What's the proper way to call a py script and pass in variables
> > while doing cron jobs? I can run the scripts fine from idle,
> > python, etc using raw_input() to prompt users. The scri
On Tue, Aug 07, 2007 at 05:45:46PM -0400, brad wrote:
> What's the proper way to call a py script and pass in variables
> while doing cron jobs? I can run the scripts fine from idle,
> python, etc using raw_input() to prompt users. The scripts have
> classes with methods that need arguments.
This
What's the proper way to call a py script and pass in variables while
doing cron jobs? I can run the scripts fine from idle, python, etc using
raw_input() to prompt users. The scripts have classes with methods that
need arguments. Here's an example... I want to run c1.d1(v,v,v) then
c2.d2(v,v,v