(no subject)

Brad Jennings bjennings at visionael.com
Mon Mar 19 17:58:08 EST 2001


I want to execute an executable binary as thought through the Command-Line.
Python provides some powerful methods in the os package that use very quirky
syntax.  The two methods I've used are "startfile()" and "execv()". Neither
have performed the action I  need.  

I'm just trying to execute "ss.exe" and pass it some args but the method
syntax is laborious and prone to mistakes.  Do anyone know of  a better way
to call an executable from a python script without using a function to do
it?  

Brad




More information about the Python-list mailing list