Stipsoff 0 Newbie Poster

I just wanted to ask something.
I have this tool that takes some input and gives some output.
Nothing new there.
But I have some difficulties with doing it from python.
Could you please help out?

1. import subprocess
2. if __name__ == "__main__":
3. subprocess.Popen([r"g_gyrate","-f", "trajktorija.trr", "-s", "cpeptide_md.tpr", "-o", "gyrate.xvg", "-nice", "1"])

Oh, and another thing.
I'll have another problem to come.
This tool demands some of it's arguments right away and one more to be given later.
How can I solve this with the subprocess routine???

Moderator's note ...
Please follow the rules established in
http://www.daniweb.com/forums/post104844-2.html
of this thread:

The idea of this thread is to help the beginning Python programmer with hints and helpful code. Please feel free to contribute! If you have any questions start your own thread!