simple question...

chibaA at TinterlogD.Tcom chibaA at TinterlogD.Tcom
Fri Jun 23 20:52:18 EDT 2000


... alright, I'll try and be more clear.

At the end of a script A, I would like to initiate script B.  I don't
want to run script B as a function in A; rather, I want to quit A, and
start script B.  Is this possible?




On Fri, 23 Jun 2000 17:48:46 -0700, Curtis Jensen
<cjensen at bioeng.ucsd.edu> wrote:

>chibaA at TinterlogD.Tcom wrote:
>> 
>> Hello,
>> 
>> I'm sure this is a simple question...
>> 
>> how would I call another python script from within a script.  ie. I
>> want to basically stop the script that's running, and start running
>> another.  I don't have any particular functions in the target script,
>> and I don't want to continue running the script I'm currently in (ie.
>> I don't want to use import xxxxx).  I would also like to avoid a
>> system call if possible.
>> 
>> Any ideas?
>> 
>> TIA!
>
>I'm not sure what you're asking.  However, anytime you want to run a
>script, you have to import it.  If you run it from the command line,
>it's implicitely imported.
>
>
>
>
>
>
>
>
>
>
>-- 
>Curtis Jensen
>cjensen at bioeng.ucsd.edu
>http://www-bioeng.ucsd.edu/~cjensen/
>FAX (425) 740-1451




More information about the Python-list mailing list