How to get inputs for a python program that run from another python program

René Fleschenberg rene at korteklippe.de
Mon Jun 11 09:02:13 EDT 2007


Hi

pradeep nair schrieb:
> now wen i run hello1.py,i want the  some function or utility in
> hello1.py that can pass the keyboard i/p  to hello.py .

Have a look at subprocess.Popen

http://docs.python.org/lib/module-subprocess.html

-- 
René



More information about the Python-list mailing list