View Single Post
Old 11-27-2015, 09:32 AM   #211
norbusan
Zealot
norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.
 
Posts: 140
Karma: 82382
Join Date: Jan 2013
Device: Kindle Paperwhite, Kobo Glo, Kobo GloHD
Problem with Annotation plugin

Hi everyone,

I am running calibre 2.45 with the latest version of this plugin, and using a Kobo eink reader. Unfortunately, nothing works:
- pressing the annotation button in the menu
- no entry in the conext menu
- no way to get annotations

On the command line I see errors:
Code:
Traceback (most recent call last):
  File "/usr/lib/calibre/calibre/gui2/ui.py", line 227, in initialize
    ac.do_genesis()
  File "/usr/lib/calibre/calibre/gui2/actions/__init__.py", line 143, in do_genesis
    self.genesis()
  File "calibre_plugins.annotations.action", line 365, in genesis
  File "/usr/lib/calibre/calibre/devices/idevice/libimobiledevice.py", line 205, in __init__
    self.load_library()
  File "/usr/lib/calibre/calibre/devices/idevice/libimobiledevice.py", line 443, in load_library
    self.lib = cdll.LoadLibrary('libimobiledevice.so.5')
  File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
    return self._dlltype(name)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libimobiledevice.so.5: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/usr/lib/calibre/calibre/gui2/ui.py", line 404, in initialize
    ac.initialization_complete()
  File "calibre_plugins.annotations.action", line 729, in initialization_complete
  File "calibre_plugins.annotations.action", line 1073, in rebuild_menus
AttributeError: 'AnnotationsAction' object has no attribute 'menu'
Any hints?

Thanks

Norbert
norbusan is offline   Reply With Quote