[Zope] Starting Zope2 on Win95

James M. Slack slack@orion.cs.mankato.msus.edu
Sat, 24 Jul 1999 19:43:33 -0500 (CDT)


I just downloaded the binary version of Zope2 (2.0.0.b1) for Windows. When
I run it, I get this error:

C:\Programs\Zope>start

C:\Programs\Zope>"C:\Programs\Zope\bin\python.exe" "C:\Programs\Zope\z2.py"

Traceback (innermost last):
  File "C:\Programs\Zope\z2.py", line 417, in ?
    logger_object=lg)
  File "C:\Programs\Zope\ZServer\medusa\http_server.py", line 528, in __init__
    ip = socket.gethostbyname (socket.gethostname())
socket.error: host not found

I'm running with no network (localhost). This setup worked for Zope
1.10.2.

Is there something I'm doing wrong?

Thanks.