2008/2/8, Daniel Stutzbach <[EMAIL PROTECTED]>: > Picture command-line usage of python. You're sitting at your prompt, and > you run a python script. It pops up a *new* window and you have to interact > with that. Not a great user experience. Also, piping data to or from the > script is impossible because stdin/stdout are tied to the new window. (I > use Python for windows and pipe data to scripts everyday, so this is pretty > important to me :-) )
Not really following this discussion, but a detail regarding stdin/stdout in windows. When the process is issued as a Service, it don't even HAS stdin/stdout (not that is redirected to NUL). It don't even exist. Regards, -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com