On Tuesday, January 15, 2019 at 10:34:53 AM UTC-8, Leonel Câmara wrote: > > *Lisandro *that problem is appearing when trying to create an environment > to execute the task, where it imports the models from the application. Is > it possible the folder of the application has been removed or moved before > the scheduler task is run? > > This would explain why it doesn't happen frequently. > > *Dave *did you import fetch? > > from gluon.tools import fetch >
Yes, I eventually got that straightened out. Most of the subsequent errors have been similar, or typos in local var names. Oh, another set is when I split a string to get fields x, y, and z ... but z isn't there (input error; I need to beef up my validation). My post was just to illustrate not having the exit(1) Lisandro ran into. /dps -- 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.

