Connecting Tech Pros Worldwide Forums | Help | Site Map

library to launch program in linux

idzwan.nizam@gmail.com
Guest
 
Posts: n/a
#1: Sep 6 '07
Hi there,

I'm a new user. What library should I use so that I can launch program
in linux using python? Thank you in advance.


Grant Edwards
Guest
 
Posts: n/a
#2: Sep 6 '07

re: library to launch program in linux


On 2007-09-06, idzwan.nizam@gmail.com <idzwan.nizam@gmail.comwrote:
Quote:
I'm a new user. What library should I use so that I can launch
program in linux using python? Thank you in advance.
subprocess

--
Grant Edwards grante Yow! Hello, GORRY-O!!
at I'm a GENIUS from HARVARD!!
visi.com
Lawrence D'Oliveiro
Guest
 
Posts: n/a
#3: Sep 7 '07

re: library to launch program in linux


In message <mailman.179.1189107271.2658.python-list@python.org>, Laszlo Nagy
wrote:
Quote:
Grant Edwards wrote:
>
Quote:
>On 2007-09-06, idzwan.nizam@gmail.com <idzwan.nizam@gmail.comwrote:
>>
Quote:
>>I'm a new user. What library should I use so that I can launch
>>program in linux using python?
>>>
>>
>subprocess
>>
Hmm, there are some others...
subprocess subsumes them all.
Neil Cerutti
Guest
 
Posts: n/a
#4: Sep 7 '07

re: library to launch program in linux


On 2007-09-07, Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealandwrote:
Quote:
In message <mailman.179.1189107271.2658.python-list@python.org>, Laszlo Nagy
wrote:
>
Quote:
>Grant Edwards wrote:
>>
Quote:
>>On 2007-09-06, idzwan.nizam@gmail.com <idzwan.nizam@gmail.comwrote:
>>>
>>>I'm a new user. What library should I use so that I can launch
>>>program in linux using python?
>>>>
>>>
>>subprocess
>>>
>Hmm, there are some others...
>
subprocess subsumes them all.
And someday soon, subprocess will RULE THE WORLD! BWA-HAHAHAHAH!

--
Neil Cerutti
idzwan.nizam@gmail.com
Guest
 
Posts: n/a
#5: Sep 12 '07

re: library to launch program in linux


On Sep 7, 2:49 am, Grant Edwards <gra...@visi.comwrote:
Quote:
On 2007-09-06, idzwan.ni...@gmail.com <idzwan.ni...@gmail.comwrote:
>
Quote:
I'm a new user. What library should I use so that I canlaunch
programin linux using python? Thank you in advance.
>
subprocess
>
--
Grant Edwards grante Yow! Hello, GORRY-O!!
at I'm a GENIUS from HARVARD!!
visi.com
can you please show me the sample code using subprocess library. I
would like user to have few option, program they could run. say,
firefox and x chat. thank you

Grant Edwards
Guest
 
Posts: n/a
#6: Sep 12 '07

re: library to launch program in linux


On 2007-09-12, idzwan.nizam@gmail.com <idzwan.nizam@gmail.comwrote:
Quote:
Quote:
Quote:
>>I'm a new user. What library should I use so that I canlaunch
>>programin linux using python? Thank you in advance.
Quote:
can you please show me the sample code using subprocess library.
http://docs.python.org/lib/module-subprocess.html
Quote:
I would like user to have few option, program they could run.
say, firefox and x chat.
I'd like to be 15 years younger.

--
Grant Edwards grante Yow! I'm definitely not
at in Omaha!
visi.com
Closed Thread