from scheduler import Scheduler
On Dec 15, 8:10 am, Tito Garrido <[email protected]> wrote: > Hello folks, > > I'm trying to use Scheduler but as soon as I start web2py with -K option > I'm receiving: > exec ccode in environment > File "applications/gt2/models/db.py", line 331, in <module> > myscheduler = Scheduler(db,dict(teste=teste)) > NameError: name 'Scheduler' is not defined > > Do I need to import anything to use Scheduler? It's not described any > import on the boot tutorial... > > Regards, > > Tito > > -- > > Linux User #387870 > .........____ > .... _/_õ|__| > ..º[ .-.___.-._| . . . . > .__( o)__( o).:_______

