Starting Zope2 on Win95
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.
On Sat, 24 Jul 1999, James M. Slack wrote: You need add an entry to your LOCALHOST file in C:\WINDOWS A template is in LOCALHOST.SAM. Zope requires a LOCALHOST file to work Cheers, Anthony Pfrunder
I have a HOSTS.SAM file in C:\WINDOWS with the entry 127.0.0.1 localhost Is this what you meant? On Sun, 25 Jul 1999, Anthony Pfrunder wrote:
On Sat, 24 Jul 1999, James M. Slack wrote:
You need add an entry to your LOCALHOST file in C:\WINDOWS A template is in LOCALHOST.SAM. Zope requires a LOCALHOST file to work
Cheers,
Anthony Pfrunder
participants (2)
-
Anthony Pfrunder -
James M. Slack