R. David Murray added the comment:
pyping is not part of the standard library, you'll need to find their bug
tracker and report the problem to them.
--
nosy: +r.david.murray
resolution: -> third party
stage: -> resolved
status: open -> closed
type: crash -> behavior
_
New submission from Saravanan Nagarajan:
r = pyping.ping(hostip)
File "build/bdist.linux-x86_64/egg/pyping/core.py", line 426, in ping
return p.run(count)
File "build/bdist.linux-x86_64/egg/pyping/core.py", line 288, in run
self.print_exit()
File "build/bdist.linux-x86_64/egg/pyping