> subprocess is not meant for interaction through the pipes.  That is why, 
> I have been told, IDLE uses a socket for interaction.  Multiprocess is 
> apparently better suited for interaction without resorting to a socket.

So use normal socket on localhost for this?  Don't you still need subprocess
to launch the interpreter in a separate process?

cs
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to