*Hi All,*
* I wanted to write one small tool to generate different types of
RTP with different parameters, can anybody suggest me from where i have to
start, is there any modules available for this.
*
--
-REGARDS
Guruprasad K S
___
BangPypers m
Any ideas anyone ?
-Original Message-
From: bangpypers-bounces+nikunj.badjatya=emc@python.org
[mailto:bangpypers-bounces+nikunj.badjatya=emc@python.org] On Behalf Of
nikunj.badja...@emc.com
Sent: Tuesday, February 21, 2012 3:00 PM
To: mandarv...@gmail.com; bangpypers@python.org
Great find. This is general enough to be used in other full fledged
programs as well.
Thanks,
Vishal
On Mon, Feb 20, 2012 at 5:25 PM, Shashidhar Paragonda <
shashidha...@gmail.com> wrote:
> Hello Vishal,
>
> >>> Thanks for your advice.
> >>> I found solution, there was
Hi All,
Greetings from the Talent Acquisition team In Dell R&D , Bangalore!
Dell R & D Bangalore has an opening for Automation Engineer. Below given is
the Job Description for the required opening:
- Strong programming skills for Python
- Expert in using Python libraries l
No I am not printing anything.
From: Mandar Vaze / मंदार वझे [mailto:mandarv...@gmail.com]
Sent: Tuesday, February 21, 2012 2:55 PM
To: Badjatya, Nikunj
Subject: Re: [BangPypers] Using subprocess - Extra '0' on the console
It is possible that this "zero" is return value i.e. success indicator
Ar
Hi,
I am using subprocess module to run a powershell script with necessary
arguments.
I also want to wait for this process to be over. The following statements works
fine functionality wise.
Program.py:-
{{{
Ret = Popen([powershellpath, argslist])
Status = Ret.communicate()
}}}
Previously I was