Quote:
Originally Posted by jindroush
I'm not adventurous enough to install the brand new version 
Can you please share here the output of log window - ie is the actual error?
|
Simple solution (I am not programmer in python) is comment out the line #191 in file __init__.py (the file is inside in zip plugin file). The line should be this: ->
#import calibre_plugins.databazeknih.config as cfg -<

The reason is that, author of plugin is loading configuration of plugin from calibre to variable cfg but this variable is not used in code anywhere. The process of loading of variable is causing crash of plugin, so easiet way is disable particular line.