[Python-bugs-list] PRIVATE: CGIHTTPServer (PR#239)
Michael_Frericks@informatik-kooperation.de
Michael_Frericks@informatik-kooperation.de
Fri, 17 Mar 2000 11:27:25 -0500 (EST)
Full_Name: Michael Frericks
Version: 1.5.2
OS: WinNT 4.0
Submission from: proxy1.s-web.de (195.140.123.17)
The module CGIHTTPServer does not run on WinNT since
a) the function executable() seems to return a false value, if you omit the call
of executable() you come to
b) the function nobody_uid() imports the module pwd available only for unix
c) other unix-functions as fork... are used to create a process with the user
nobody