How to spawn another program?

Juan Huertas jhg at galdon.com
Fri Jan 26 04:32:42 EST 2001


Try with the module os:

os.exec*, os.startfile(file) .....

or with:

os.spawnv (mode, path, args)







More information about the Python-list mailing list