Re: [BangPypers] Redirection of standard output to a variable

2008-05-13 Thread Rishabh Manocha
in place. I need to make sure at each step > that I am doing the right thing. > So, I though i would make sure to see "100%" each time I download a config > file and then only proceed further to process it. > > > KartheeK > > Rishabh Manocha <[EMAIL PROTECTE

Re: [BangPypers] Redirection of standard output to a variable

2008-05-13 Thread Rishabh Manocha
Kartheek, It seems like what you want to do is a bit complicated - http://www.linuxquestions.org/questions/linux-general-1/how-to-redirect-the-scp-command-output-to-text-file.-629034/. Maybe if you can explain why you need the exact string that scp outputs, somebody can suggest alternatives. Best

Re: [BangPypers] Redirection of standard output to a variable

2008-05-11 Thread Rishabh Manocha
Did you take a look at using urllib[1] or urllib2[2]?? You can use them to download your file, save it and process any meta (header) info returned. [1] - http://docs.python.org/lib/module-urllib.html [2] - http://docs.python.org/lib/module-urllib2.html Best, Rishabh On Mon, May 12, 2008 at 11:2

Re: [BangPypers] [HELP] Connectivity of Python with Oracle in Linux

2008-04-24 Thread Rishabh Manocha
I'm not very familiar with Oracle but a quick search on google for ORA-12537 turned up http://forums.oracle.com/forums/thread.jspa?messageID=1275528 . Maybe it'll help Best, R On 25-Apr-08, at 9:22 AM, Hussain Bohra wrote: Hi All, We have a Oracle 10g Server in Linux, And we are using a Py