In the latest stable release (2.14.6), the Scheduler menu is empty. When I
looked in widget.py, I see this:
def update_schedulers(self, start=False):
applications_folder = os.path.join(self.options.folder,
'applications')
apps = []
##FIXME - can't start scheduler in the correct dir from Tk
if self.options.folder:
return
and self.options.folder is not empty, even though I did not pass it as a
command line option. If I remove this test, I get the Scheduler menu
properly populated, but when I try to start a scheduler, it immediately
fails. Note that the scheduler process also fails when I try to start it
along with the server, using -K, -X and -a. But if I start it as a
separate process using -K, it seems to work fine.
This is on OS X 10.11.5
- Scott
--
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.