On Thursday, March 24, 2016 at 12:51:52 PM UTC-7, Richard wrote: > > Hello Dave, > > You may have a look in gluon/contrib... Simone had change scheduler since > 2.13.1 and there is info about how to instantiate scheduler now in the > changelog... >
Not it. I have things running on 2.13.4 (different system, though). And when I try the -K, I get the same error. /dps > On Thu, Mar 24, 2016 at 3:41 PM, Dave S <[email protected] <javascript:>> > wrote: > >> >> >> On Thursday, March 24, 2016 at 10:36:54 AM UTC-7, Massimo Di Pierro wrote: >>> >>> http://web2py.com/ >>> >>> First of all many many thanks to Simone (niphlod), Richard, and Leonel. >>> Most of the work is theirs. >>> >>> >> My thanks also ... web2py has been a great resource for me. >> >> As with the beta, I'm still getting a problem with one app: >> >> web2py >> Version 2.14.1-stable+timestamp.2016.03.24.17.26.52Python Python 2.7.3: >> /usr/bin/python (prefix: /usr) >> >> >> >> Traceback (most recent call last): >> File "/home/develop2/web2py/web2py-2141-beta/gluon/restricted.py", >> line 227, in restricted >> exec ccode in environment >> File "/home/develop2/web2py/web2py-2141-beta/applications/uploader/ >> models/scheduler.py", line 5, in <module> >> from upwatcher import uploadwatch >> File "/home/develop2/web2py/web2py-2141-beta/gluon/custom_import.py", >> line 95, in custom_importer >> return base_importer(pname, globals, locals, fromlist, level) >> ImportError: No module named uploader.modules.upwatcher >> >> >> >> Note [applications/]uploader/models/scheduler.py is trying to import >> [applications/]uploader/module/upwatcher.py >> >> This worked in 2.13.4,broke in 2.14.1-beta, still broke in 2.14.1 >> I've verified that upwatcher.py is present and contains the expected code. >> >> Github says custom_importer hasn't changed since 2.13.1, so it may be >> something I'm doing, but I'm not sure what I've changed from the working >> version that would cause this. >> >> /dps >> >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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.

