View Single Post
Old 05-29-2016, 03:04 AM   #89
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by DaltonST View Post
@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?
davidfor is offline   Reply With Quote