python spawn new process, rout stdin/out
Hi, I'm trying to make a program that acts as an intermediate between the user and another executable. When my python program is executed, I would like another .exe to be spawned within the python program, and the stdin/stdout to be routed from the user to the program. So if my program is booted i
Re: pythonic exec* spawn*
You could possibly pickle an object and send it, but that could be a bit messy... -- http://mail.python.org/mailman/listinfo/python-list