[Zope] Re: Zope for BeOS and help!

Michel Pelletier michel@digicool.com
Sat, 13 Nov 1999 17:06:01 -0500


Rodrigo Ernesto De Leon Plicet wrote:

> On another subject, something's wrong with my Zope 2.1.0b1/Win32 install.  It
> worked like a charm for about a week, then today (ISO:1999-11-13) it barfs
> every time I try to start it.  This is the message that appears:
> **********************************************************************
> ------
> 1999-11-13T16:20:48 INFO(0) ZServer Medusa (V1.10) started at Sat Nov 13
> 11:20:8 1999
>         Hostname: localhost
>         Port:8080
> 
> ------
> 1999-11-13T16:20:48 INFO(0) ZServer FTP server started at Sat Nov 13 11:20:48
> 1999
>         Authorizer:None
>         Hostname: default
>         Port: 8021
> Traceback (innermost last):
>   File "D:\bin\zope\z2.py", line 450, in ?
>     logger_object=lg)
>   File "D:\bin\zope\ZServer\PCGIServer.py", line 302, in __init__
>     self.create_socket(socket.AF_UNIX, socket.SOCK_STREAM)
> AttributeError: AF_UNIX

You must have turned on PCGI which is trying to create a UNIX domain
socket which of course doesn't work on windows.  Disable it with the -p
'' argument to z2.py.

-Michel