I keep receiving this error message. I googled a lot but the results didn't help. I checked the location of the file plenty of times.
from tkinter import *
root = Tk()
root.geometry('580x330')
root.configure(background='#FFFFFF')
root.title('title')
root.iconbitmap('@logo.ico')