-
Notifications
You must be signed in to change notification settings - Fork 381
Description
hi I keep getting this error upon starting up.
raceback (most recent call last):
File "guitest.py", line 164, in get_weather
temperature2 = "%s%s" % (str(int(weather_obj['currently']['temperature'])), degree_sign)
KeyError: 'currently'
Error: 'currently'. Cannot get weather.
Traceback (most recent call last):
File "guitest.py", line 239, in get_headlines
headline = NewsHeadline(self.headlinesContainer, post.title)
File "guitest.py", line 252, in init
image = Image.open("assets/Newspaper.png")
File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2634, in open
fp = builtins.open(filename, "rb")
IOError: [Errno 2] No such file or directory: 'assets/Newspaper.png'
Error: [Errno 2] No such file or directory: 'assets/Newspaper.png'. Cannot get news.
please please help