stdin/stdout fileno() always returning -1 from windows service

chuck cmedcoff at hotmail.com
Sun Jul 17 21:43:00 EDT 2005


I have found that sys.stdin.fileno() and sys.stdout.fileno() always
return -1 when executed from within a win32 service written using the
win32 extensions for Python.

Anyone have experience with this or know why?




More information about the Python-list mailing list