Trying to isolate the problem... can any windows user run the following test for me?
get trunk cd web2py/gluon python2.6 meta_scheduler.py (python 2.7 should be ok too) you should get the following text repeated ... --- begin ---- starting task task started thum thum thum thum thum reporting task --- end --- after a few cycles press [ctrl+c]. Do you get a traceback? Do all new task - reporting task pair up in the output? Massimo On Aug 31, 8:45 am, António Ramos <ramstei...@gmail.com> wrote: > the -K option is only for 2.6 but with python 2.6 i have that screenshot > with error until i break it with ctrl c > after that the task runs only the first time and not the other 2 as your > demo on Vimeo > > Thanks > > 2011/8/31 Massimo Di Pierro <massimo.dipie...@gmail.com> > > > > > > > > > Did the previous version work? > > > On Aug 31, 4:11 am, António Ramos <ramstei...@gmail.com> wrote: > > > i reported the same problem. > > > Web2py works very well so far except this sheduler. > > > I have windows 7 machine and python 2.6 and 2.7 > > > > 2011/8/31 Massimo Di Pierro <massimo.dipie...@gmail.com> > > > > > Do you have these errors only with the scheduler? > > > > Does everything else in web2py works well? > > > > > I am rewriting the scheduler completely but there seems problems with > > > > the multiprocessing module. > > > > I think the problem is due to this: > > > > >http://stackoverflow.com/questions/3405397/python-multiprocessing-doe. > > .. > > > > > Massimo > > > > > On Aug 30, 11:25 pm, Brian M <bmere...@gmail.com> wrote: > > > > > Similar results with a fresh install of Python 2.7.2 I don't think > > this > > > > is > > > > > just due to a bad python install.