Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 05-03-2013, 05:04 AM   #1
DavidJC
Junior Member
DavidJC began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2012
Device: sony
Lost some plugins

After the latest update I've lost the generate cover and Epub split pugins.

I've looked in Preferences>Toolbar they are not there. tried calibre restart, system restart, uninstall/install plugins no luck.
DavidJC is offline   Reply With Quote
Old 05-03-2013, 05:22 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,307
Karma: 27111242
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
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.
kovidgoyal is offline   Reply With Quote
Advert
Old 05-03-2013, 05:27 AM   #3
DavidJC
Junior Member
DavidJC began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2012
Device: sony
Thanks Kovid.
DavidJC is offline   Reply With Quote
Old 05-03-2013, 01:38 PM   #4
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,728
Karma: 2197770
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Kovid, I didn't check the revision logs - is it the case that this is backwards compatible or should the plugins be marked as needing 0.9.29 onwards?
kiwidude is offline   Reply With Quote
Old 05-03-2013, 10:20 PM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,307
Karma: 27111242
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
It is backward compatible if you do this:

Code:
try:
    from calibre.ebooks.metadata.book.formatter import SafeFormat
except ImportError:
    from calibre.ebooks.metadata.book.base import SafeFormat
This will work on all versions of calibre. Otherwise you have to mark it as requiring 0.9.29
kovidgoyal is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I instantiate new plugins? hakan42 Development 3 01-20-2012 01:53 PM
Download Plugins turdette Plugins 1 01-07-2010 06:25 PM
Plugins junkml Plugins 32 06-19-2009 06:43 AM
Plugins? Mitchll Plugins 0 12-27-2008 02:36 PM


All times are GMT -4. The time now is 11:39 AM.


MobileRead.com is a privately owned, operated and funded community.