-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Traceback (most recent call last):
File "c:\Users<user>.vscode\extensions\ms-python.python-2019.4.12954\pythonFiles\ptvsd_launcher.py", line 43, in
main(ptvsdArgs)
File "c:\Users<user>.vscode\extensions\ms-python.python-2019.4.12954\pythonFiles\lib\python\ptvsd_main_.py", line 410, in main
run()
File "c:\Users<user>.vscode\extensions\ms-python.python-2019.4.12954\pythonFiles\lib\python\ptvsd_main_.py", line 291, in run_file
runpy.run_path(target, run_name='main')
File "C:\Users<user>\AppData\Local\Continuum\anaconda3\lib\runpy.py", line 263, in run_path
pkg_name=pkg_name, script_name=fname)
File "C:\Users<user>\AppData\Local\Continuum\anaconda3\lib\runpy.py", line 96, in run_module_code
mod_name, mod_spec, pkg_name, script_name)
File "C:\Users<user>\AppData\Local\Continuum\anaconda3\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "c:\Users<user>_WrkDir\Python Playground\PyMusic\Root.py", line 354, in
run(1100, 700)
File "c:\Users<user>_WrkDir\Python Playground\PyMusic\Root.py", line 339, in run
init(data, root)
File "c:\Users<user>_WrkDir\Python Playground\PyMusic\Root.py", line 148, in init
data.Qnote = PhotoImage(file='Qnote.gif')
File "C:\Users<user>\AppData\Local\Continuum\anaconda3\lib\tkinter_init.py", line 3545, in init
Image.init(self, 'photo', name, cnf, master, **kw)
File "C:\Users<user>\AppData\Local\Continuum\anaconda3\lib\tkinter_init.py", line 3501, in init
self.tk.call(('image', 'create', imgtype, name,) + options)
_tkinter.TclError: couldn't open "Qnote.gif": no such file or directory