I want to execute a program in a python application, it will run in the background but eventually come to the foreground.
A GUI is used to interact with it. But con
This is reasonably easy using the standard Python subprocess module:
http://docs.python.org/py3k/library/subprocess.html