faqts : Computers : Programming : Languages : Python : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

11 of 13 people (85%) answered Yes
Recently 7 of 9 people (78%) answered Yes

Entry

Is getstatusoutput() the prefered method to run os commands from within a python script or is there something more generic?

Jun 19th, 2000 09:09
unknown unknown, Matthew Schinckel


Try using os.system(command)