--- Mike Pelletier wrote:
Have you tried using 'wo_pcgi.py' instead of 'w_pgci.py'? If it's just the PCGI wrapper that's not compiling, who needs it.
If there is any sort of demand for it, I'm sure I could fix Zope to work out of the box on BeOS. If anyone wants this, send some encouragement.
I tried both ways and it still chokes while building. Please, Mr. Pelletier, if you could fix whatever needs to be fixed to be able to run Zope on BeOS, I'd be a very happy guy. 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 ********************************************************************** Please help! - Rodrigo _________________________________________________________ Do You Yahoo!? Obtenga su dirección de correo-e gratis @yahoo.com en http://correo.espanol.yahoo.com
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
I am sure that this is something simple, but I have spent almost an hour trying to figure it out and am nowhere. I have an expression in a DTML Document that uses ZopeTime. I use this expression on another site without a problem. Everytime I try to render the document I get a "You are not authorized to access ZopeTime" Message I have full manager permissions on everything. Any ideas - I am using Zope 1.10.3 Jim Sanford snafford@bellsouth.net
participants (3)
-
Jim Sanford -
Michel Pelletier -
Rodrigo Ernesto De Leon Plicet