If you want it to return when the program is finished then use os.system('app') but if you just want to start it and return right away, use os.startfile('app')
-- http://mail.python.org/mailman/listinfo/python-list
If you want it to return when the program is finished then use os.system('app') but if you just want to start it and return right away, use os.startfile('app')
-- http://mail.python.org/mailman/listinfo/python-list