Example #1
0
def launch():
    redirectedGuiShellCmd('python -u pipe-nongui.py')
Example #2
0
# GUI reader side: route spawned program standard output to a GUI window

from PP4E.Gui.Tools.guiStreams import redirectedGuiShellCmd       # uses GuiOutput
redirectedGuiShellCmd('python -u pipe-nongui.py')                 # -u: unbuffered
Example #3
0
def launch():
    redirectedGuiShellCmd('python -u pipe-nongui.py')
Example #4
0
# GUI reader side: route spawned program standard output to a GUI window

from PP4E.Gui.Tools.guiStreams import redirectedGuiShellCmd  # uses GuiOutput
redirectedGuiShellCmd('python -u pipe-nongui.py')  # -u: unbuffered