On 21 Feb 2005 18:35:06 -0800, "Harlin" <[EMAIL PROTECTED]>
wrote:

>Is there a way to write a ping client? I would like to be able to write
>a small ping client so that I dont have to do os.system('ping args')

I once followed the same line and used a py module by Jeremy Hylton if
I remember correctly. 

But only to find that on the Linux machine I wasn't allowed as non
root to ping from my script. So I went back to the os.system() call.

mb - Martin

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to