On Jan 9, 5:17 pm, Mrown <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm currently writing a python program that relies on a CLI
> program. What I'm currently doing is using subprocess.Popen on Python
> 2.5.1. Here's the line that I'm currently running:
>
&
Hi,
I'm currently writing a python program that relies on a CLI
program. What I'm currently doing is using subprocess.Popen on Python
2.5.1. Here's the line that I'm currently running:
child = subprocess.Popen(["c:\app.exe", node, "-w",
str(tmpTime * 1000), '-n', str(1), '-l'], std
Roger Miller wrote:
> On Dec 20, 5:41 am, Mrown <[EMAIL PROTECTED]> wrote:
> > Hi,
> > I was wondering if there was a ping implementation written in
> > Python.
>
> http://www.gnist.org/~lars/code/ping/ping.html
Thanks for your replies. I'll probably star
On Dec 20, 6:13 pm, "Chris Mellon" <[EMAIL PROTECTED]> wrote:
> On Dec 20, 2007 9:41 AM, Mrown <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> > I was wondering if there was a ping implementation written in
> > Python. I'd rather using a Pyth
Hi,
I was wondering if there was a ping implementation written in
Python. I'd rather using a Python module that implements ping in a
platform/OS-independent way than rely on the underlying OS, especially
as every OS has a different implementation. Furthermore, if you're
going to ping a large nu