There was some internal refactoring in calibre, to improve startup time for the worker processes, that might have caused those plugins to need updating. They will need to change
from calibre.ebooks.metadata.book.base import SafeFormat
to
from calibre.ebooks.metadata.book.formatter import SafeFormat
Just post in the forum thread for the plugins, and their authors will hopefully be able to make the change quickly.
|