With me, the argoned.py scripts fails on the vcgencmd line. It works
with the full path. Maybe it needs correction on the project page?

line 75:

Code:
--------------------
    temp = os.popen("vcgencmd measure_temp").readline()
--------------------

to

Code:
--------------------
    temp = os.popen("/usr/local/bin/vcgencmd measure_temp").readline()
--------------------


------------------------------------------------------------------------
Huey11's Profile: http://forums.slimdevices.com/member.php?userid=67632
View this thread: http://forums.slimdevices.com/showthread.php?t=112996

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to