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?

21 of 23 people (91%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

Is there a way to launch an OS specific command argument w/ Python?

May 17th, 2000 23:44
unknown unknown, Darrell Gallion


import os
os.system("/usr/bin/gedit")