I use a fresh one too 1.65.0 ,on windows ,running from web2py.exe
(without source)
When looking in sources:
the problem seems to be arround admin/controllers/default.py :
def ticket():
...
e.load(apath('%s/errors/%s' % (app, ticket), r=request))
=>give self+2 arguments
When looking in gluon/restricted.py
in class RestrictedError
def load(self, request, app, ticket_id):
=>need 4 arguments
??
Jean-Marc
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---