wxPopen.py
changeset 224 aae70ef5af6d
parent 217 f3eb35df4d87
child 232 83cc1a306560
equal deleted inserted replaced
223:1c0d3aaacf3d 224:aae70ef5af6d
    26 import time
    26 import time
    27 import wx
    27 import wx
    28 import subprocess, ctypes
    28 import subprocess, ctypes
    29 import threading
    29 import threading
    30 import os
    30 import os
    31 from signal import SIGTERM, SIGKILL
    31 from signal import SIGTERM
    32 
    32 
    33     
    33     
    34 class outputThread(threading.Thread):
    34 class outputThread(threading.Thread):
    35     """
    35     """
    36     Thread is used to print the output of a command to the stdout
    36     Thread is used to print the output of a command to the stdout