Re: problem with PIPE

2006-12-24 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Felix Benner <[EMAIL PROTECTED]> wrote: >Dhika Cikul schrieb: >> Hello, >> >> I'm new in Python, i don't know my subject is correct or wrong. I have >> problem with my script. I want to change password with passwd password >> in python without user submitted anythi

Re: problem with PIPE

2006-12-24 Thread Felix Benner
Dhika Cikul schrieb: > Hello, > > I'm new in Python, i don't know my subject is correct or wrong. I have > problem with my script. I want to change password with passwd password > in python without user submitted anything from keyboard. I get > tutorial that i must use pipe to process this. And th

problem with PIPE

2006-12-24 Thread Dhika Cikul
Hello, I'm new in Python, i don't know my subject is correct or wrong. I have problem with my script. I want to change password with passwd password in python without user submitted anything from keyboard. I get tutorial that i must use pipe to process this. And this is my code : [code] 1.