What command must I use in Python to invoke a program and receive a parameter in return.
Not a return "OK" or "not OK", but a returning identifier from the program that was invoked.
I am using subprocess.call, but I know that not works.
I am using Python 2.4.4.