Advertisement
szabozoltan69

eog-plugins python console err

Sep 15th, 2016
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.43 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/usr/lib/eog/plugins/pythonconsole/__init__.py", line 62, in do_activate
  3.     model.append_item(item)
  4. AttributeError: 'NoneType' object has no attribute 'append_item'
  5. Traceback (most recent call last):
  6.   File "/usr/lib/eog/plugins/pythonconsole/__init__.py", line 66, in do_deactivate
  7.     for i in range(0, menu.get_n_items()):
  8. AttributeError: 'NoneType' object has no attribute 'get_n_items'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement