11-27-2015, 07:28 PM
If I am logged in as root, I do not have "sudo"
But with "sudo" it is the same.
I think that's a matter of rights.
But with "sudo" it is the same.
I think that's a matter of rights.
Code:
osmc@osmc:~$ cd /home/pi/piSchedule7
osmc@osmc:/home/pi/piSchedule7$ sudo ./piSchedule.py
Traceback (most recent call last):
File "./piSchedule.py", line 12, in <module>
from bottle import Bottle, run, route, static_file, view, template, \
ImportError: No module named bottle
osmc@osmc:/home/pi/piSchedule7$