2019 May 06, 02:55 PM
(2019 May 06, 05:21 AM)esawyja Wrote: Thanks Dan, when I fill in all the details AppID etc from yahoo, I get internal server error when I submit. How would I check to see if it is working? Under options I set the location, does it use that to get the weather? If I run it manually I get
pi@SIP:~/SIP/plugins $ sudo python weather_adj.py
Traceback (most recent call last):
File "weather_adj.py", line 17, in <module>
from urls import urls # Get access to SIP's URLs
ImportError: No module named urls
pi@SIP:~/SIP/plugins $
It looks like you are running SIP from the plugins directory. That is why it can't find the urls module (urls.py).
Try running SIP from the SIP directory.