a few days ago i wrote post in this link: Python3 script doesn't finish (http://www.raspberrypi.org/forums/viewt ... 91#p601891) - in few words if I use command in bash: "usr/bin/python3 /home/pi/programs/Termometr.py" - everything is ok, but when i Try use: "./Termometr.py" bash start script but nothing is happen (in script file there is shebang "#!/usr/bin/env python3"" and script is chmod to 777).
There is another problem - if i want use cron to schedule 1 minutes reading (*/1 * * * * /usr/bin/python3 /home/pi/programs/Termometr.py), nothing is happen again
Other thing - there is any debug/log for corn to readout where is the problem with cron? The same situation with Paths - where to read default paths for user/s?