Hi -
I'm attempting to setup WebKit on NT4 to work with AOLserver 3.0, and ran
into a problem. I'm able to get normal Python CGI to work with AOLserver,
but when I attempt to hit WebKit.cgi, I receive the following error (in
the browser):
ERROR
Traceback (innermost last):
File ".\CGIAdaptor.py", line 63, in main
s = socket(AF_INET, SOCK_STREAM)
File "c:\python\Lib\plat-win\socket.py", line 21, in socket
return _socketobject(_realsocketcall(family, type, proto))
error: (10106, 'winsock error')
In the aolserver console, the following error is reported:
[Thu Jun 29 09:47:57 2000] [error] WebKitCGIAdaptor: Error while
responding to r
equest (unknown)
Python exception:
Traceback (innermost last):
File ".\CGIAdaptor.py", line 63, in main
s = socket(AF_INET, SOCK_STREAM)
File "c:\python\Lib\plat-win\socket.py", line 21, in socket
return _socketobject(_realsocketcall(family, type, proto))
error: (10106, 'winsock error')
The aolserver/WebKit combo works fine in linux....
Anyone else run into this?
Thanks,
Miles
|