When I access dropbox from my web2py app through the browser, the dropbox 
access works fine.

If I do at linux command line 
Python2.6
>>>import dropbox
>>>

it imports fine.

If I start the scheduler with

python2.6 /opt/web-apps/web2py web2py.py -K myapp

the sheduler works fine, but if I#

import dropbox

in a function used by the scheduler, it fails with a "ImportError: No 
module named dropbox" error
any ideas what can be wrong. When i have the same setup on another server 
there is no problem.

Thanks in advance for any help on this puzzling problem.

Peter



-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to