I have tried to use the automatic update to 2.15.3 The following problem occurs:
Internal error ... Ticked issued:... But appadmin is corrupted, so it is not possible to read the ticket in a simple way. *A restart of web2py solves the problem.* *Maybe there should be an extra hint to restart web2py after an error message?* I looked for some details: The error message is: type 'exceptions.NameError'> name 'iteritems' is not defined" In application/admin/controllers/appadmin.py: line 14: from gluon._compat import iteritems line 453: for key, value in iteritems(cache.ram.storage): I suppose that without a restart web2py does not find gluon._compat Regards, Martin -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

