[Zope-dev] Problem starting Zope
Dieter Maurer
dieter@handshake.de
Fri, 6 Jul 2001 19:43:07 +0200 (CEST)
Jimmie Houchin writes:
> Installing Zope via wo_pcgi.py and then starting Zope via ./z2.py gives
> me this:
>
> the -h output
> ....
> -W port
> The WebDAV: command not found
> ../z2.py: line 288: syntax error near unexpected token
> `sys.path.insert(0,'
> ../z2.py: line 288: ` sys.path.insert(0, '%s/lib/python' % swhome)'
Someone broke the code near line 288 of "z2.py".
Look at it.
You should be especially worried about indentation.
Convert <tab> to spaces and see whether the indentation
is right.
Dieter