[web2py] Re: Importng dropbox and scheduler problem

2013-12-09 Thread Peter
It seems that the problem was caused by uwsgi running under python2.7, and the service using python2.6. Confusing that it ran from the command line with python2,6 fine. So this thread is now closed. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/

[web2py] Re: Importng dropbox and scheduler problem

2013-12-08 Thread Peter
> > I have made some progress. > The import of dropbox works fine when the scheduler is started from the command line python2.6 /opt/web-apps/web2py web2py.py -K myapp But it does not work when the scheduler is started as a service. So the issue is caused when one starts the scheduler as a