I have a problem...
import sys
import subprocess
subprocess.call(['traceroute -I www.yahoo.com'])
and I had try
import sys
import subprocess
subprocess.call(['/usr/sbin/traceroute -I www.yahoo.com'])
why I am recieving the following error message: "OSError: [Errno 2] No such file or directory". Can anyone help...thanks!