On Sun, 2003-07-20 at 08:10, Frederic Faure wrote: > FWIW, I followed the directions, and ran "python bin/MakeAppWorkDir.py > c:/tmp/webware", followed by "cd c:/tmp/webware", "./AppServer" to launch > the server, copied C:\tmp\webware\WebKit.cgi into my web server's cgi-bin/ > directory, and aimed at http://localhost/cgi-bin/WebKit.cgi/: > > ERROR Traceback (most recent call last): > File ".\WebKit\Adapters\CGIAdapter.py", line 48, > in run > IOError: [Errno 9] Bad file descriptor > > Using http://localhost/cgi-bin/WebKit.cgi/MyContext/Main returns the > same thing.
That's weird, and maybe someone on Windows will know why that happens -- it's like the CGI script is being called with something not like a normal file. Is it running in mod_python or something? Anyway, using WebKit.exe instead of WebKit.cgi will probably work better for you. Ian ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
