Quote:
Originally Posted by DaltonST
@PeterT:
Wrong. It does not support Qt5. I downloaded the plugin to confirm that the error message was a hard import error, not a "try:except" situation.
Code:
import os, time
import cStringIO
from threading import Thread
from Queue import Queue
from PyQt4.Qt import Qt, QMenu, QFileDialog, QIcon, QPixmap
from calibre import sanitize_file_name
|
You are correct, that version of the plugin will not work with calibre v2. But, it won't harm anything. Calibre attempts to load the plugin and when it doesn't load, drops it completely. Nothing is going to be harmed by this except when they want to use the plugin.
I also don't know what you meant about the DRM plugin having "all kinds of failures". The log showed it loaded with no errors and that it processed a book to remove the DRM. Where's the failure in that?