let the GUI main loop block the python process when you want interactive ... while True: # Loop inp = select(fds).read() # Read eval(inp) # Evaluate / Print
確定! 回上一頁