RE: [Zope] socket.error: (10048, 'winsock error')
Winsock error 10048 is WSAEADDRINUSE, meaning the address and port passed to bind() is in use by another process. -- Alexander Staubo http://www.mop.no/~alex/ "What the hell, he thought, you're only young once, and threw himself out of the window. That would at least keep the element of surprise on his side." --Douglas Adams, _The Hitchhiker's Guide to the Galaxy_
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of O.l.i.v.e.r T.h.u.n.s Sent: 9. juli 1999 22:38 To: zope@zope.org Subject: [Zope] socket.error: (10048, 'winsock error')
I tried to setup ZServer from the Zope-2.0.0a3-src.tgz archive. I untarred only the Zserver and the lib/python/ZPublisher directory (don't want to use Zope now, only ZPublisher). I get the following error when I execute the start.py (renamed to zserver.py).
Any idea what could be wrong with my configuration?
D:\opt\zope>python zserver.py log: adding channel <select-trigger (loopback) at 8409b0> Traceback (innermost last): File "zserver.py", line 84, in ? from HTTPServer import zhttp_server, zhttp_handler File "ZServer\HTTPServer.py", line 115, in ? from HTTPResponse import make_response File "ZServer\HTTPResponse.py", line 97, in ? from PubCore.ZEvent import Wakeup File "PubCore\ZEvent.py", line 91, in ? File "ZServer\medusa\select_trigger.py", line 102, in __init__ a.bind (self.address) File "<string>", line 1, in bind socket.error: (10048, 'winsock error')
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Alexander Staubo