View Single Post
Old 07-14-2014, 05:13 PM   #30
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
On both versions (main and qt5) I am getting this error in the logs:

Code:
Traceback (most recent call last):
  File "/home/eschwartz/git/calibre/src/calibre/gui2/ui.py", line 410, 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'
The icon is gone and the menu is no longer clickable.

calibre 1.201.1* (beta, running from source).
calibre 1.44* (main, running from source).

When I go to Preferences ==> Plugins and try to customize it, I get:
Code:
calibre, version 1.201.2
ERROR: Unhandled exception: <b>AttributeError</b>:'AnnotationsAction' object has no attribute 'opts'

calibre 1.201.2*  isfrozen: True is64bit: False
Linux-3.14.6-1-ARCH-i686-with-glibc2.0 Linux ('32bit', 'ELF')
('Linux', '3.14.6-1-ARCH', '#1 SMP PREEMPT Sun Jun 8 10:57:49 CEST 2014')
Python 2.7.8
Linux: ('', '', '')
Successfully initialized third party plugins: DeDRM && Kindle Collections && Open With && Quality Check && KindleUnpack - The Plugin && Overdrive Link && Goodreads Sync && Annotations && Modify ePub && Overdrive Link
Traceback (most recent call last):
  File "/home/eschwartz/git/calibre/src/calibre/gui2/preferences/plugins.py", line 289, in double_clicked
    self.modify_plugin(op='customize')
  File "/home/eschwartz/git/calibre/src/calibre/gui2/preferences/plugins.py", line 368, in modify_plugin
    if plugin.do_user_config(self.gui):
  File "/home/eschwartz/git/calibre/src/calibre/customize/__init__.py", line 150, in do_user_config
    config_widget = self.config_widget()
  File "calibre_plugins.annotations.__init__", line 28, in config_widget
  File "calibre_plugins.annotations.config", line 67, in __init__
AttributeError: 'AnnotationsAction' object has no attribute 'opts'

Last edited by eschwartz; 07-14-2014 at 05:38 PM.
eschwartz is offline   Reply With Quote