Howling-Wolf

PepHub

May 11th, 2022 (edited)
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.76 KB | None | 0 0
  1. kxxxx[~] $ python3 hub.py
  2. python3: can't open file '/home/kxxxx/hub.py': [Errno 2] No such file or directory
  3.  
  4. kxxxx[~] $ cd /opt/pypep/
  5. kxxxx[/opt/pypep] $ python3 hub.py
  6. Traceback (most recent call last):
  7.  File "/opt/pypep/hub.py", line 414, in <module>
  8.    PepHub().mainloop()
  9.  File "/opt/pypep/hub.py", line 111, in __init__
  10.    self.icoghboff = PhotoImage(file = "/usr/share/pixmaps/hblock.png")
  11.  File "/usr/lib/python3.9/tkinter/__init__.py", line 4064, in __init__
  12.    Image.__init__(self, 'photo', name, cnf, master, **kw)
  13.  File "/usr/lib/python3.9/tkinter/__init__.py", line 4009, in __init__
  14.    self.tk.call(('image', 'create', imgtype, name,) + options)
  15. _tkinter.TclError: couldn't open "/usr/share/pixmaps/hblock.png": no such file or directory
  16.  
Add Comment
Please, Sign In to add comment