Home | History | Annotate | Download | only in idlelib

Lines Matching full:subprocess

53     """Start the Python execution server in a subprocess
55 In the Python subprocess, RPCServer is instantiated with handlerclass
74 #time.sleep(15) # test subprocess not responding
79 print>>sys.stderr, "IDLE Subprocess: no IP port passed in sys.argv."
127 print>>sys.__stderr__,"IDLE Subprocess: socket error: "\
130 print>>sys.__stderr__, "IDLE Subprocess: Connection to "\
144 msg = "IDLE's subprocess can't connect to %s:%d. This may be due "\
148 tkMessageBox.showerror("IDLE Subprocess Error", msg, parent=root)
150 tkMessageBox.showerror("IDLE Subprocess Error",
211 """Exit subprocess, possibly after first deleting sys.exitfunc