Re: Python script for tracert

2008-10-01 Thread Thomas Guettler
Hi, I wrote small python only script for tcptraceroute some time ago. This works without a subprocess: http://www.thomas-guettler.de/scripts/tcptraceroute.py.txt Gabriel Genellina schrieb: En Tue, 30 Sep 2008 03:53:21 -0300, cindy jones <[EMAIL PROTECTED]> escribió: Hello.. I'm trying to do

Re: Python script for tracert

2008-09-30 Thread cindy jones
Thank you so much Gabriel.. It works On Wed, Oct 1, 2008 at 3:25 AM, Gabriel Genellina <[EMAIL PROTECTED]>wrote: > En Tue, 30 Sep 2008 03:53:21 -0300, cindy jones <[EMAIL PROTECTED]> > escribió: > > > Hello.. I'm trying to do a scripting for tracert in windows using >> python... >> I'm using pop

Re: Python script for tracert

2008-09-30 Thread Gabriel Genellina
En Tue, 30 Sep 2008 03:53:21 -0300, cindy jones <[EMAIL PROTECTED]> escribió: Hello.. I'm trying to do a scripting for tracert in windows using python... I'm using popen(), but it displays only after the tracert is completed. i want the results to be displayed for every route. can anyone h

Re: Python script for tracert

2008-09-30 Thread Tino Wildenhain
cindy jones wrote: Hello.. I'm trying to do a scripting for tracert in windows using python... I'm using popen(), but it displays only after the tracert is completed. i want the results to be displayed for every route. I believe "tracert" is a really ugly 8.3 abbrevivation of traceroute ;) W

Python script for tracert

2008-09-29 Thread cindy jones
Hello.. I'm trying to do a scripting for tracert in windows using python... I'm using popen(), but it displays only after the tracert is completed. i want the results to be displayed for every route. can anyone help me in this.. Thank You -- http://mail.python.org/mailman/listinfo/python-list