Beispiel #1
0
def launch():
    redirectedGuiShellCmd('python -u pipe-nongui.py')
# 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
def launch():
    redirectedGuiShellCmd('python -u pipe-nongui.py')
Beispiel #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