Re: [BangPypers] How about meet-up

2012-01-23 Thread Venkatraman S
On Thu, Jan 19, 2012 at 7:33 PM, Baiju M wrote: > On Thu, Jan 19, 2012 at 1:00 PM, Anand Chitipothu > wrote: > The meeting will be in "Subhashri Pride" building: > > ZeOmega Infotech Pvt. Ltd. > "Subhashri Pride", 4th Floor, Southend Road, > Basavanagudi, Bangalore-560-004 > (Just look for "Axis

Re: [BangPypers] How about meet-up

2012-01-23 Thread Noufal Ibrahim
Venkatraman S writes: > On Thu, Jan 19, 2012 at 7:33 PM, Baiju M wrote: > >> On Thu, Jan 19, 2012 at 1:00 PM, Anand Chitipothu >> wrote: >> The meeting will be in "Subhashri Pride" building: >> >> ZeOmega Infotech Pvt. Ltd. >> "Subhashri Pride", 4th Floor, Southend Road, >> Basavanagudi, Bangal

Re: [BangPypers] checking return status of 'ping' in windows

2012-01-23 Thread Sanjay Padubidri
> Python implementation of ping that Noufal suggested is better, I think. Python Ping has the problem that you need root permission - any program that uses raw sockets has this issue. Another option is to try opening a socket to port 9 (the discard port). -Sanjay _

[BangPypers] Senior Technical lead openings in McAfee

2012-01-23 Thread Santhosh Edukulla
Hi Guys, We have couple of senior positions at McAfee in the experience range of 8-12 yrs and matching the below skill set. C / Python / Linux Kernel / TCP/IP Please let me know if any of you\r friends are interested. Regards, Santhosh ___ BangPypers

Re: [BangPypers] checking return status of 'ping' in windows

2012-01-23 Thread Nikunj Badjatya
Thanks for all the useful info ppl. I am using .communicate() and then using re to match for the phrases. On Mon, Jan 23, 2012 at 2:11 PM, Sanjay Padubidri wrote: > > Python implementation of ping that Noufal suggested is better, I think. > > Python Ping has the problem that you need root perm