Paul Rubin <http://[EMAIL PROTECTED]> wrote:
>
>I thought pythonw didn't provide a console and so it could be that
>stdin and stdout aren't connected to anything.  Popen therefore doesn't
>make sense.  You have to use sockets or something.

Exactly right.  The error message is quite accurate: non-console Win32 apps
don't have stdin and stdout.  The handles are invalid.
-- 
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to