I use the source version of web2py: Version 1.93.2 (2011-03-04 23:48:59) on Windows XP.
I managed to install plugin_wiki. After I signed in with an authenticated user id, the "Pages" on the menu will be shown. Click on it and I can access to the /plugin_wiki/index After I created a meta-menu page, and try to access /plugin_wiki/ index again. I hit into an error as follow, ======================================== Traceback (most recent call last): File "C:\web2py\gluon\restricted.py", line 188, in restricted exec ccode in environment File "C:\web2py\applications\myapp2/views\plugin_wiki/index.html", line 113, in <module> File "C:\web2py\gluon\dal.py", line 3347, in __getattr__ return self[key] File "C:\web2py\gluon\dal.py", line 3338, in __getitem__ return dict.__getitem__(self, key) KeyError: 'active' ======================================== But I still can point my browser directly to "http://127.0.0.1:8000/ myapp2/plugin_wiki/page/meta-menu" and the rest of the pages works as normal. Hope someone can help.