Re: newbie: popen question

2009-05-29 Thread Lie Ryan
thebiggestbangthe...@gmail.com wrote: On May 28, 5:31 am, Sebastian Wiesner basti.wies...@gmx.net wrote: Sean DiZazzo – Donnerstag, 28. Mai 2009 10:11 Your best bet is to make sudo not ask for a password. :) If you don't have the rights, then you can use pexpect to do what you want to do.

Re: newbie: popen question

2009-05-28 Thread Sean DiZazzo
On May 27, 6:10 pm, thebiggestbangthe...@gmail.com wrote: hello everyone :-),                          I am a newbie to python. I am trying to run a bash script from within a python program. I would greatly appreciate any pointers/comments about how to get around the problem I am facing. I

Re: newbie: popen question

2009-05-28 Thread Jeremiah Dodds
On Thu, May 28, 2009 at 9:11 AM, Sean DiZazzo half.ital...@gmail.comwrote: On May 27, 6:10 pm, thebiggestbangthe...@gmail.com wrote: hello everyone :-), I am a newbie to python. I am trying to run a bash script from within a python program. I would greatly

newbie: popen question

2009-05-27 Thread thebiggestbangtheory
hello everyone :-), I am a newbie to python. I am trying to run a bash script from within a python program. I would greatly appreciate any pointers/comments about how to get around the problem I am facing. I want to run bash script: code.sh from within a python program.