This was fixed yesterday night.

On Mar 9, 9:27 pm, Anthony <abasta...@gmail.com> wrote:
> Yes, this error occurred during the PyCon tutorial this morning. Massimo
> used his Emacs foo to fix the problem on the spot in about 30 seconds and
> then proceeded with his example without skipping a beat. I think he's
> planning to push a fix out tonight or tomorrow.
>
> Anthony
>
>
>
>
>
>
>
> On Wednesday, March 9, 2011 9:03:29 PM UTC-5, villas wrote:
> > I have already posted several messages about this issue.  Plugin_wiki
> > is broken at the moment.  Massimo has deleted the 'active' field
> > (because 'active' is a reserved word).  He may eventually replace it
> > with another field named 'activated' or similar.
>
> > On Mar 10, 1:16 am, LotS <ccwe...@gmail.com> wrote:
> > > 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.

Reply via email to