os.system issues

Youri Lammers youri_lammers_88 at hotmail.com
Thu Feb 5 09:00:21 EST 2009


Ok,
 
I want to run a program called 'muscle' with my python script,
muscle uses the following command:
'muscle.exe -in filename -out filename'
so far I got:
 
import os
args = ['-in filename', '-out filename']
os.system('E:\Programs\muscle\muscle.exe args')
 
However, when I run this nothing happends, no error message, nothing.
 
So what am I doing wrong here?
 
Youri
_________________________________________________________________
De leukste online filmpjes vind je op MSN Video!
http://video.msn.com/video.aspx?mkt=nl-nl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090205/897e76fa/attachment.html>


More information about the Python-list mailing list