Good day!

After recent update the shell controller from admin throw the error:


Traceback (most recent call last):
  File "D:\a\w2p\gluon\main.py", line 380, in wsgibase
    serve_controller(request, response, session)
  File "D:\a\w2p\gluon\main.py", line 154, in serve_controller
    page = run_controller_in(request.controller, request.function,
environment)
  File "D:\a\w2p\gluon\compileapp.py", line 395, in run_controller_in
    restricted(code, environment, filename)
  File "D:\a\w2p\gluon\restricted.py", line 173, in restricted
    exec ccode in environment
  File "D:/a/w2p/applications/admin/controllers/shell.py", line 64, in
<module>
  File "D:\a\w2p\gluon\globals.py", line 96, in <lambda>
    self._caller = lambda f: f()
  File "D:/a/w2p/applications/admin/controllers/shell.py", line 8, in
index
    reset()
  File "D:/a/w2p/applications/admin/controllers/shell.py", line 61, in
reset
    cache.ram('shell/'+app,lambda a=app,r=response:__shell(a,r),0)
  File "D:\a\w2p\gluon\cache.py", line 182, in __call__
    value = f()
  File "D:/a/w2p/applications/admin/controllers/shell.py", line 61, in
<lambda>
    cache.ram('shell/'+app,lambda a=app,r=response:__shell(a,r),0)
  File "D:/a/w2p/applications/admin/controllers/shell.py", line 15, in
__shell
    shell.locals = env(app,True)
  File "D:\a\w2p\gluon\shell.py", line 113, in env
    sys.exit(1)
SystemExit: 1

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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.

Reply via email to