Bad news. Cron errors on Windows running from source:

Exception in thread Thread-22:
Traceback (most recent call last):
  File "c:\Python25\lib\threading.py", line 486, in __bootstrap_inner
    self.run()
  File "C:\Users\me\workspace\web2py\gluon\contrib\cron.py", line 81,
in run
    if 60 <= now - self.cronmaster:  # new minute, do the cron dance
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'



On Mar 3, 11:00 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> nobody downloaded it so I did and preserved the number.
>
> On Mar 3, 10:51 am, "mr.freeze" <nat...@freezable.com> wrote:
>
> > You might need to repost again. auth and crud captcha had problems.
>
> > On Mar 3, 10:50 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > made a build error. re-posting as 1.76.3. sorry.
>
> > > On Mar 3, 10:11 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > > Main changes include:
>
> > > > 1) major fix in cron (will I ever get this 100% right?)
> > > > 2) auth.settings.login_captcha and auth.settings.register_captcha
> > > > 3) crud.settings.create_captcha and  crud.settings.update_captcha
> > > > 4) automatic update button in admin
>
> > > > 4) needs testing. To test-in:
>
> > > > - make a fresh web2py installation
> > > > - located the file VERSION (under web2py/ on Win and under web2py.app/
> > > > Contents/Resources/ on Mac)
> > > > - edit this file with a editor and set it to something old like 1.0.0
> > > > - restart web2py
> > > > - in admin/default/site click on "upgrade web2py"
> > > > - restart web2py
> > > > - did it work?
>
> > > > Please let me know.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to