executing an external app

Jeff Epler jepler at unpythonic.net
Wed Jan 28 16:09:48 EST 2004


Try one or more of these:

os.system, os.spawn*, popen2.*, os.fork + os.exec* (where os.fork is
supported, at least), popen5 (third-party module, posix/unix only),
win32??? (not sure of name, included in win32all, for Windows only)

Jeff




More information about the Python-list mailing list