Advertisement
Guest User

mugshoterror

a guest
Sep 23rd, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. /usr/lib/python3.5/site-packages/mugshot/CameraMugshotDialog.py:27: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded.
  2. from gi.repository import Gtk, GObject, Gst, GdkPixbuf
  3. /usr/lib/python3.5/site-packages/mugshot/CameraMugshotDialog.py:28: PyGIWarning: Cheese was imported without specifying a version first. Use gi.require_version('Cheese', '3.0') before import to ensure that the right version gets loaded.
  4. from gi.repository import Cheese, Clutter, GtkClutter
  5. /usr/lib/python3.5/site-packages/mugshot/CameraMugshotDialog.py:28: PyGIWarning: GtkClutter was imported without specifying a version first. Use gi.require_version('GtkClutter', '1.0') before import to ensure that the right version gets loaded.
  6. from gi.repository import Cheese, Clutter, GtkClutter
  7. Traceback (most recent call last):
  8. File "/usr/bin/mugshot", line 36, in <module>
  9. mugshot.main()
  10. File "/usr/lib/python3.5/site-packages/mugshot/__init__.py", line 46, in main
  11. window = MugshotWindow.MugshotWindow()
  12. File "/usr/lib/python3.5/site-packages/mugshot_lib/Window.py", line 52, in __new__
  13. new_object.finish_initializing(builder)
  14. File "/usr/lib/python3.5/site-packages/mugshot/MugshotWindow.py", line 202, in finish_initializing
  15. self.set_name_editable(SudoDialog.check_dependencies(['chfn']))
  16. File "/usr/lib/python3.5/site-packages/mugshot_lib/SudoDialog.py", line 60, in check_dependencies
  17. child = env_spawn('sudo -v', 1)
  18. File "/usr/lib/python3.5/site-packages/mugshot_lib/SudoDialog.py", line 84, in env_spawn
  19. child = pexpect.spawn(command, env)
  20. File "/usr/lib/python3.5/site-packages/pexpect/pty_spawn.py", line 197, in __init__
  21. self._spawn(command, args, preexec_fn, dimensions)
  22. File "/usr/lib/python3.5/site-packages/pexpect/pty_spawn.py", line 256, in _spawn
  23. raise TypeError('The argument, args, must be a list.')
  24. TypeError: The argument, args, must be a list.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement