Advertisement
Guest User

mugshort Python traceback

a guest
Nov 22nd, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. sys:1: 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. sys:1: 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.
  3. sys:1: 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.
  4. Traceback (most recent call last):
  5. File "/usr/bin/mugshot", line 36, in <module>
  6. mugshot.main()
  7. File "/usr/lib/python3.5/site-packages/mugshot/__init__.py", line 46, in main
  8. window = MugshotWindow.MugshotWindow()
  9. File "/usr/lib/python3.5/site-packages/mugshot_lib/Window.py", line 52, in __new__
  10. new_object.finish_initializing(builder)
  11. File "/usr/lib/python3.5/site-packages/mugshot/MugshotWindow.py", line 202, in finish_initializing
  12. self.set_name_editable(SudoDialog.check_dependencies(['chfn']))
  13. File "/usr/lib/python3.5/site-packages/mugshot_lib/SudoDialog.py", line 60, in check_dependencies
  14. child = env_spawn('sudo -v', 1)
  15. File "/usr/lib/python3.5/site-packages/mugshot_lib/SudoDialog.py", line 84, in env_spawn
  16. child = pexpect.spawn(command, env)
  17. File "/usr/lib/python3.5/site-packages/pexpect/pty_spawn.py", line 194, in __init__
  18. self._spawn(command, args, preexec_fn, dimensions)
  19. File "/usr/lib/python3.5/site-packages/pexpect/pty_spawn.py", line 253, in _spawn
  20. raise TypeError('The argument, args, must be a list.')
  21. TypeError: The argument, args, must be a list.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement