I am trying to create a simple GUI that will track a network connection using
ping. It's a starter project for me so I am sure there are other easier ways
of doing it, but I am learning, so bare with me.
I figured out the first part
import os
ping = os.popen('ping -c 4 10.0.8.200')
ping_res
On Wed, 24 Aug 2005 16:49:17 -0700 (PDT)
Eric Walker <[EMAIL PROTECTED]> wrote:
> all,
> Hello... I just finished a class given by Mark Lutz
> and I love python. Now I need to find a project to
> hone my skills. I am sure I will be sending lots of
> questions to this list. I used to use perl but