fixed! On Thursday, 26 December 2019 17:14:55 UTC+1, JSalvat wrote: > > Just installed from source but does not start: > > unzipped source to c:\wwwroot\py4web > > c:\wwwroot\py4web>python -m pip install -r requirements.txt --user > c:\wwwroot\py4web>python ./py4web-start.py apps > ..... > Is still experimental... > > Traceback (most recent call last): > File "./py4web-start.py", line 6, in <module> > main() > File "c:\wwwroot\py4web\py4web\core.py", line 1047, in main > initialize(**args.__dict__) > File "c:\wwwroot\py4web\py4web\core.py", line 1008, in initialize > apps = os.listdir(assets_dir) > FileNotFoundError: [WinError 3] El sistema no puede encontrar la ruta > especificada: 'c:\\wwwroot\\py4web\\py4web\\assets' > > c:\wwwroot\py4web> > > Yesterday's release worked fine? > > > El jueves, 26 de diciembre de 2019, 11:38:31 (UTC+1), Massimo Di Pierro > escribió: >> >> I posted an example of possible use of celery with py4web (in _scaffold) >> but I am not too happy about it. >> >> db._adapter.reconnect() should be automatic and 'apps._scaffold.tasks' >> feels clunky. >> >> Anyway, the example shows how you can define tasks and they can import >> anything they need from the app. >> Works well for me but help me test it some more. >> >> Massimo >> >>
-- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/84010871-c467-458a-8dd4-e7d207ebeef3%40googlegroups.com.

