Re: library to launch program in linux

2007-09-12 Thread Grant Edwards
On 2007-09-12, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> I'm a new user. What library should I use so that I canlaunch >>> programin linux using python? Thank you in advance. > can you please show me the sample code using subprocess library. http://docs.python.org/lib/module-subprocess.ht

Re: library to launch program in linux

2007-09-12 Thread idzwan . nizam
On Sep 7, 2:49 am, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2007-09-06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > 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

Re: library to launch program in linux

2007-09-07 Thread Neil Cerutti
On 2007-09-07, Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]>, Laszlo Nagy > wrote: > >> Grant Edwards wrote: >> >>> On 2007-09-06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> I'm a new user. What library should I use so that I can launch program i

Re: library to launch program in linux

2007-09-07 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, Laszlo Nagy wrote: > Grant Edwards wrote: > >> On 2007-09-06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >>> I'm a new user. What library should I use so that I can launch >>> program in linux using python? >>> >> >> subprocess >> > Hmm, there are so

Re: library to launch program in linux

2007-09-06 Thread Laszlo Nagy
Grant Edwards wrote: > On 2007-09-06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > >> 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 > Hmm, there are some others. Here is a list: os.system os.p

Re: library to launch program in linux

2007-09-06 Thread Grant Edwards
On 2007-09-06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 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!!

Re: library to launch program in linux

2007-09-06 Thread Daniel Larsson
On 9/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > 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. os.system or the commands library. -- > http://mail.python.org/mailman/listinfo/python-list > -- http:/

library to launch program in linux

2007-09-06 Thread idzwan . nizam
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. -- http://mail.python.org/mailman/listinfo/python-list