simple question...
Curtis Jensen
cjensen at bioeng.ucsd.edu
Fri Jun 23 20:48:46 EDT 2000
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