Hi,
I've been running a Pi to measure water temperatures for about 18 months now no problems. Its constantly on, not updated and run headless.
Yesterday, the Pi started collecting data but froze half way through (I have 2 indicator LEDs red and green, red means processing green means done, the script measures temp for 7 minutes then stops and generates a graph.) The data was only collected for 5 minutes, and there was no final output to give me the graph.
Did the classic off and on again, and the script/program did the same thing.
I VNC'd in, and check it out; loads of space, so the drive isn't full or anything.
I just performed an update (sudo apt-get update && sudo apt-get upgrade) and now when I try and run the script I get python errors:
import: not found (on lines 2-5)
then
word unexpected (expecting ")") (line 6)
not sure what I have done and would be grateful if someone could suggest something!
Cheers,
Steve