You typically need to run it in the web2py environment (use absolute paths):
*/1 * * * * python /path/to/web2py/web2py.py -J -S app_name -R /path/to/script You could also add something like "2&1> /path/to/log.log" so that output gets put into a log file in case there's an error in your script.