Hello,

I'm trying to setup moinmoin WSGI app following instruction from
http://docs.pythonweb.org/display/pylonscookbook/A+Pylons+controller+with+MoinMoin+as+a+WSGI+callable.

It's almost working. Static files are delivered fine. The only problem
is that MoinMoin says "doesn't exist" on every page.

If I open http://127.0.0.1:5000/wiki/

I see this:

This page does not exist yet. You can create a new empty page, or use
one of the page templates. Create new empty page =>
http://127.0.0.1:5000/wiki/wiki?action=edit.

Same for other built-in pages like wiki/RecentChanges. Same for
search. It works, listing matched pages but clicking on one gives
"doesn't exist".

I suspect there is something wrong with path/urls mapping. Note that
edit link contains double wiki/wiki path. How can I debug it/fix it?

In my wikiconfig.py I have
    url_mappings = {'/wiki/':''}



Thanks,
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to