Re: [BangPypers] Help On Paramiko

2012-06-18 Thread Noufal Ibrahim
Fabric is a library built on paramiko that gives you abstractions so that you don't have to worry about things at such a fine grained level. Perhaps you should try using that. writes: > Howdy All, > > I am trying to use paramiko to automate logging in to remote unix machines > and executing so

Re: [BangPypers] re module help

2012-01-09 Thread Noufal Ibrahim
Ganesh Kumar writes: > Hi Guys, > > I have created regular expression with os modules, I have created file > sdptool to match the regular expression pattern, will print the result. > I want without creating file how to get required output, I tried but i > didn't get output correctly, over stream.