At 07:59 PM 5/31/00 -0400, Geoff Talvola wrote:
>Chuck Esterbrook wrote:
>
> > I believe WebKit will work for Windows out of the box now except for
> > changing the first line of WebKit.cgi to #!python. I haven't tested CGI
> > Wrapper or the FastCGI adaptor yet.
>
>Thanks for the fixes!
No problem. Thanks for pointing out the problems.
>Does PSP on Windows work yet?
I did another update. I now get a different error. Jay, do you have Windows
at home?
Traceback (innermost last):
File "Application.py", line 220, in dispatchRequest
self.createServletInTransaction(transaction)
File "Application.py", line 536, in createServletInTransaction
inst = self.getServlet(transaction,path,cache)
File "Application.py", line 477, in getServlet
inst = factory.servletForTransaction(transaction)
File "..\PSP\PSPServletFactory.py", line 115, in servletForTransaction
clc.compile()
File "..\PSP\PSPCompiler.py", line 58, in compile
parser.parse()
File "..\PSP\Parser.py", line 345, in parse
if checkfunc(self, handler, reader):
File "..\PSP\Parser.py", line 151, in checkDirective
raise 'Invalid Directive'
Invalid Directive
-Chuck
|