After installing plugin_wiki inside a newly created application
of a fresh clone of web2py, I get the following exception
just by activating the newly created application:
Traceback (most recent call last):
File "/tmp/web2py/gluon/restricted.py", line 204, in restricted
exec ccode in environment
File "/tmp/web2py/applications/homepage/models/plugin_wiki.py", line 31, in
<module>
_()
File "/tmp/web2py/applications/homepage/models/plugin_wiki.py", line 29, in _
plugins = PluginManager('wiki',**keys)
TypeError: __new__() takes exactly 1 argument (9 given)
There are problems using 1.99.4 stable.
Günter