Advertisement
Guest User

Untitled

a guest
Feb 24th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. /usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  2. import gobject._gobject
  3. Starting skype-wrapper
  4. /usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  5. import gobject._gobject
  6. INFO: Initializing Skype API
  7. INFO: Starting Skype process
  8. Traceback (most recent call last):
  9. File "indicator-applet-skype.py", line 1087, in <module>
  10. skype = SkypeBehaviour();
  11. File "indicator-applet-skype.py", line 530, in __init__
  12. subprocess.Popen(shlex.split("skype"))
  13. File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
  14. errread, errwrite)
  15. File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
  16. raise child_exception
  17. OSError: [Errno 2] No such file or directory
  18. Applet closed
  19. API crash detected
  20. Restarting skype-wrapper
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement