WSAStartup failed: error code 10107



Trying to get moinmoin wiki working on Windows 2000 using IIS and
python. I get the following error when trying to view the start page
after insalling moinmoin and python - key error seems to be at the end
related to socket.py (ImportError: WSAStartup failed: error code
10107). 10107 is "A system call that should never fail has
failed"...which isn't very helpful. Any ideas what the problem may be?

Thanks,
Ralph

CGI Error
The specified CGI application misbehaved by not returning a complete
set of HTTP headers. The headers it did return are:


Traceback (most recent call last):
File "C:\Moin\wiki\moin.cgi", line 40, in ?
from MoinMoin.request import RequestCGI
File "C:\Moin\Lib\site-packages\MoinMoin\request.py", line 10, in ?
import os, re, time, sys, cgi, StringIO
File "C:\Python\lib\cgi.py", line 39, in ?
import urllib
File "C:\Python\lib\urllib.py", line 26, in ?
import socket
File "C:\Python\lib\socket.py", line 44, in ?
import _socket
ImportError: WSAStartup failed: error code 10107

.



Relevant Pages

  • Re: WSAStartup failed: error code 10107
    ... Thanks for the suggestion Rob. ... Does python require a specific version of winsock.dll? ... CGI Error ... import _socket ...
    (comp.lang.python)
  • Re: WSAStartup failed: error code 10107
    ... after insalling moinmoin and python - key error seems to be at the end ... CGI Error ... set of HTTP headers. ... import _socket ...
    (comp.lang.python)
  • Re: Python equivalent of Perl-ISAPI?
    ... I need something that will do cgi scripts (a lot of which I already ... Except I need cgi, not asp, for the reasons i gave. ... Python or Perl. ...
    (comp.lang.python)
  • Re: Python equivalent of Perl-ISAPI?
    ... I need something that will do cgi scripts (a lot of which I already ... Except I need cgi, not asp, for the reasons i gave. ... Python or Perl. ...
    (comp.lang.python)
  • Re: CGI email script
    ... > I recently started playing with Python CGI, and I was happy that my ... > I'm trying to write a basic Python email CGI script to send email ... web server runs an SMTp server as well this will work. ...
    (comp.lang.python)