Run program from within Python
frankrentef
frankrentef at yahoo.com
Wed Aug 6 15:42:12 EDT 2008
Greetings all...
Newbie to Python... need help with opening a file from within
Python... see the following code.
import popen2
stdout, stdin = popen2.popen2('c:\test\OpenProgram.exe 1 1')
keygen = stdout.read()
print "The keygen value is: %s" % keygen
from the command line if I execute "OpenProgram.exe 1 1" a number is
returned. ("1 1" are required to return the value needed.) Ultimately
I want to take that number and apply it to another script, but the
program is not running.
Suggestions?
NEWBIE to Python..
More information about the Python-list
mailing list