carsten_h wrote: 
> I changed the second user script to "sudo python3
> /home/tc/argononed.py", but I am still getting the message that vcgencmd
> is not found.
> Should I change the call:
> > 
Code:
--------------------
  >   > temp = os.popen("vcgencmd measure_temp").readline()
--------------------
> > 
> into
> > 
Code:
--------------------
  >   > temp = os.popen("sudo vcgencmd measure_temp").readline()
--------------------
> > 
> ?

Have you tried to chmod 775 the argononed.py script?


------------------------------------------------------------------------
Aldoszx's Profile: http://forums.slimdevices.com/member.php?userid=69750
View this thread: http://forums.slimdevices.com/showthread.php?t=111546

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to