Can't fetch weather icons from openweathermap
问题 I have been trying to fetch weather icons from openweathermap api for a python application, but for some reason I am not able to do so. I am however, able to print the icon as text for e.g. its code like "3d" or "3n" but not the image. When I try to print the image, the error _tkinter.TclError: image "03n" doesn't exist pops up. My code is below. import requests from tkinter import * root = Tk() root.geometry("250x250+0+0") root.configure(bg='black') url = 'http://api.openweathermap.org/data