You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
playImage = tkinter.PhotoImage(file='assets\play.png') File "/usr/lib/python3.6/tkinter/__init__.py", line 3545, in __init__ Image.__init__(self, 'photo', name, cnf, master, **kw) File "/usr/lib/python3.6/tkinter/__init__.py", line 3501, in __init__ self.tk.call(('image', 'create', imgtype, name,) + options) _tkinter.TclError: couldn't open "assets\play.png": no such file or directory
error appears I think you forgot to add assets in this repo
The text was updated successfully, but these errors were encountered:
playImage = tkinter.PhotoImage(file='assets\play.png') File "/usr/lib/python3.6/tkinter/__init__.py", line 3545, in __init__ Image.__init__(self, 'photo', name, cnf, master, **kw) File "/usr/lib/python3.6/tkinter/__init__.py", line 3501, in __init__ self.tk.call(('image', 'create', imgtype, name,) + options) _tkinter.TclError: couldn't open "assets\play.png": no such file or directory
error appears I think you forgot to add assets in this repo
The text was updated successfully, but these errors were encountered: