Hi, I have a code which needs python3 to work properly and it seems like by default scheduled task runs the module using python2 and hence it throws error.
How can i make it run using python3?
EDIT: So i managed to get it running by explicity using python3.4 /path/to/file But now there's another problem. I am using sqlite3 and it keeps on saying that table "mytable" doesn't exist. Should I need to provide absolute pathname to the sqlite file?