Calling a python program within a python program

Cameron Laird claird at lairds.com
Sat Jan 4 13:09:14 EST 2003


In article <pan.2003.01.04.17.09.05.932539 at sdf-eu.org>,
Rune Nesheim <runen at sdf-eu.org> wrote:
>> Is there any function from which I can call the another program. (The program 
>> is Python script only).
>
>You can simply import it into your python program.
>

... or any one of several other possibilities.  Do you want
the other program to act under the control of your original
one, or as a completely disjoint process, or to replace
your original process, or ...
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://phaseit.net/claird/home.html




More information about the Python-list mailing list