11-27-2015, 08:02 PM
OK, seems you're more familiar than me with the OS requirements and handling.
Anyway, your installation is missing some components which should have been installed with the install_piSchedule7.sh.
If you look into piSchedule.py at line 12/13 you have:
.. and from your reported error log with line 12 causing:
That's clearly says there isn't something not installed.
My only recommendation, go back to the piSchedule installation and repeat installing all.
https://dl.dropboxusercontent.com/u/3544...stall.html
Anyway, your installation is missing some components which should have been installed with the install_piSchedule7.sh.
If you look into piSchedule.py at line 12/13 you have:
Code:
from bottle import Bottle, run, route, static_file, view, template, \
get, post, request, debug
Code:
ImportError: No module named bottle
My only recommendation, go back to the piSchedule installation and repeat installing all.
https://dl.dropboxusercontent.com/u/3544...stall.html