I am trying to run a script that I have in my app. While the log files seem 
to show my script ran, it does not update the db I have for my app. On the 
schedule tab in pythonanywhere I have this set up so not sure if it is 
correct:

python2.7 /home/tsrdatatech/web2py/web2py.py -S ttheorydataextractor -M -R /
home/tsrdatatech/web2py/applications/ttheorydataextractor/modules/
voltrin_grabber.py

And a sample output of what the log says when it runs is below:

2014-07-14 23:00:44 -- Completed task, took 17.00 seconds, return code was 0.
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2014
Version 2.9.5-stable+timestamp.2014.03.16.02.35.39
Database drivers available: SQLite(sqlite3), MySQL(pymysql), MySQL(MySQLdb), 
MySQL(mysqlconnector), PostgreSQL(psycopg2), PostgreSQL(pg8000), MSSQL(pyodbc), 
DB2(pyodbc), Teradata(pyodbc), Ingres(pyodbc), MongoDB(pymongo), IMAP(imaplib)

2014-07-15 23:00:30 -- Completed task, took 11.00 seconds, return code was 0.


It seems like it opens web2py but doesnt really run the script I have I 
think.

Thanks.

-- 
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/d/optout.

Reply via email to