=== chihchun_afk is now known as chihchun === doko_ is now known as doko [14:27] what kind of features I should implement to optimize code for two arm processors? === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [18:04] Hi everyone :) I'm trying to run evey minute a python script but it's not working, when I run the script alone, it works, but not with crontab, /var/log/syslog proves that the script is executed by crontab but it's not working [18:04] My crontab -e file : http://pastebin.com/JYwBL6pu My python script : http://pastebin.com/pzNJWz6B Syslog file : http://pastebin.com/epSuR5hX === chihchun is now known as chihchun_afk [18:32] one is .py the other is .sh ? [18:36] sorry, i was testing, now that's May 6 20:36:01 ballonSonde /USR/SBIN/CRON[3109]: (pi) CMD (/home/pi/PythonSQL/write.py >/dev/null) [18:37] so redirect to a file instead of /dev/null, add some debug prints into your python script and see what it logs [18:51] okay [18:54] The logfile returns the output of my python script, that's strage