[python-win32] (10093, 'Successful WSAStartup() not yet performed')

Jim Vickroy Jim.Vickroy@noaa.gov
Wed, 06 Mar 2002 11:56:07 -0700


Does anyone know what this message means and/or what the cause might be?

It is being generated in a socket-based application (that had been
working) by the following statement:

            transmitter = self.server_socket.accept() # blocks till
something arrives

where 'transmitter' is expected to be the usual 2-element tuple.