Karim Ali wrote:
> What I still dont know though is how do I handle the fact that the first
> script is expecting command line parameters. I would like to be able to
> replace the command line parameters by a variable such that the second
> script can call: first_script.main("command line"). Is th
second
script can call: first_script.main("command line"). Is this possible?
If i can simply do whatever it is that parse_args() does but on a variable
of my choosing..
Karim
>From: James Stroud <[EMAIL PROTECTED]>
>To: python-list@python.org
>Subject: Re: Call script wh