Please note: gluon/contrib/cron.py has self.cronmaster = crondance(self.path, 'soft', starup = True) but should be (I guess) self.cronmaster = crondance(self.path, 'soft', startup = True)
Thanks On Feb 7, 12:57 am, Thadeus Burgess <thade...@thadeusb.com> wrote: > How do these make it into the commit ? > > Also, why is softcron executing when running on mod_wsgi ? > > Traceback (most recent call last): > [Sat Feb 06 18:54:13 2010] [error] [client] File > "gluon/contrib/wsgihooks.py", line 37, in close > [Sat Feb 06 18:54:13 2010] [error] [client] > self.__callback(self.__environ) > [Sat Feb 06 18:54:13 2010] [error] [client] File > "gluon/contrib/wsgihooks.py", line 91, in callback > [Sat Feb 06 18:54:13 2010] [error] [client] scron = > gluon.contrib.cron.softcron(env) > [Sat Feb 06 18:54:13 2010] [error] [client] File > "gluon/contrib/cron.py", line 65, in __init__ > [Sat Feb 06 18:54:13 2010] [error] [client] > self.cronmaster=crondance(self.path, 'soft', starup =True) > [Sat Feb 06 18:54:13 2010] [error] [client] TypeError:crondance() got > an unexpected keyword argument 'starup' > > -Thadeus -- 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.