Question:

Python subprocess???

by  |  earlier

0 LIKES UnLike

How do i use subprocess

or popen()

I started with this question on yahoo

and got me to subprocess

http://answers.yahoo.com/question/index;_ylt=AgKOu4eYvoYd4_Hz1djo3Q_sy6IX;_ylv=3?qid=20080823121750AA6kScI

 Tags:

   Report

1 ANSWERS


  1. import os

    output = os.popen("ping 192.168.1.1")

    for line in output:

    tab----->print output

You're reading: Python subprocess???

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions