Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kxxxx[~] $ python3 hub.py
- python3: can't open file '/home/kxxxx/hub.py': [Errno 2] No such file or directory
- kxxxx[~] $ cd /opt/pypep/
- kxxxx[/opt/pypep] $ python3 hub.py
- Traceback (most recent call last):
- File "/opt/pypep/hub.py", line 414, in <module>
- PepHub().mainloop()
- File "/opt/pypep/hub.py", line 111, in __init__
- self.icoghboff = PhotoImage(file = "/usr/share/pixmaps/hblock.png")
- File "/usr/lib/python3.9/tkinter/__init__.py", line 4064, in __init__
- Image.__init__(self, 'photo', name, cnf, master, **kw)
- File "/usr/lib/python3.9/tkinter/__init__.py", line 4009, in __init__
- self.tk.call(('image', 'create', imgtype, name,) + options)
- _tkinter.TclError: couldn't open "/usr/share/pixmaps/hblock.png": no such file or directory
Add Comment
Please, Sign In to add comment