RE: Ping monitor - monitor ip in the background?

2008-11-02 Thread ScottZ
te: Sun, November 02, 2008 1:04 am To: python-list@python.org On Sat, 01 Nov 2008 20:26:43 -0700, ScottZ <[EMAIL PROTECTED]> wrote: ... > if os.name == "nt": # Windows > pcmd = "ping -n 1 -w 1000 " > else: # *nix > pcmd = "ping -c1 -W1 " Not really

Ping monitor - monitor ip in the background?

2008-11-01 Thread ScottZ
With python 2.6 and wxpython I'm trying to create a system tray icon application based around an example found here: http://codeboje.de/MailSneaker-Part-3-SystemTrayTaskBar-Icons-with-Python-and-wxPython/ The application will simply change the systray icon based on if an ip address is online or n