Advertisement
Niko_Bellic914

Untitled

Sep 27th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. [manhattan@archNYC huxuan_gtk3]$ ./gtg
  2. 2013-09-27 19:36:29,128 - WARNING - __init__:__init__:73 - Backend backend_launchpad could not be loaded: No module named 'launchpadlib'
  3. 2013-09-27 19:36:29,135 - WARNING - __init__:__init__:73 - Backend backend_rtm could not be loaded: No module named 'exceptions'
  4. 2013-09-27 19:36:29,141 - WARNING - __init__:__init__:73 - Backend backend_mantis could not be loaded: No module named 'suds'
  5. 2013-09-27 19:36:29,144 - WARNING - __init__:__init__:73 - Backend backend_evolution could not be loaded: No module named 'evolution'
  6. ERROR:root:Could not find any typelib for AppIndicator3
  7. Traceback (most recent call last):
  8. File "/home/manhattan/Huxuan_GTK3/huxuan_gtk3/GTG/gtk/editor/calendar.py", line 170, in __focus_out
  9. if not(0 <= p[0] <= s[0] and 0 <= p[1] <= s[1]):
  10. TypeError: unorderable types: int() <= NoneType()
  11.  
  12. Error in sys.excepthook:
  13. AttributeError: 'gi.repository.Gtk' object has no attribute 'expander_new_with_mnemonic'
  14.  
  15. Original exception was:
  16. Traceback (most recent call last):
  17. File "/home/manhattan/Huxuan_GTK3/huxuan_gtk3/GTG/gtk/editor/calendar.py", line 170, in __focus_out
  18. if not(0 <= p[0] <= s[0] and 0 <= p[1] <= s[1]):
  19. TypeError: unorderable types: int() <= NoneType()
  20. Traceback (most recent call last):
  21. File "/home/manhattan/Huxuan_GTK3/huxuan_gtk3/GTG/gtk/editor/calendar.py", line 170, in __focus_out
  22. if not(0 <= p[0] <= s[0] and 0 <= p[1] <= s[1]):
  23. TypeError: unorderable types: int() <= NoneType()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement