Hello,
On Jul 30, 10:36 am, "Max Ischenko" <[EMAIL PROTECTED]> wrote:
> I'm trying to setup moinmoin WSGI app following instruction
> fromhttp://docs.pythonweb.org/display/pylonscookbook/A+Pylons+controller+....
>
> It's almost working. Static files are delivered fine. The only problem
> is that MoinMoin says "doesn't exist" on every page.
Cured by adding this line to moinpage() handler:
request.environ['SCRIPT_NAME'] = ''
I suppose this is because I'm using PrefixMiddleware and it confuses
MoinMoin.
Max.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---