1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. | Traceback (most recent call last): File " /web2py/gluon/main.py", line 442, in wsgibase serve_controller(request, response, session) File " /web2py/gluon/main.py", line 205, in serve_controller raise HTTP(response.status, page, **response.headers) gluon.http.HTTP: 200 OK
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/ /web2py/gluon/main.py", line 458, in wsgibase session._try_store_in_db(request, response) File "/ /web2py/gluon/globals.py", line 1236, in _try_store_in_db modified_datetime=request.now.isostring(), AttributeError: 'datetime.datetime' object has no attribute 'isostring' |