Sorry, didn't read down far or thoroughly enough.
Quote:
Originally Posted by DaltonST
Yes. ABC, ABCH, and Derive Genres are all mine. I have commented out the import in question, and am retesting. They seem to work without it. Apparently what they did was taken over by another module already being imported. I will be uploading new releases in the next hour. Thanks.
|
As stated above, you shouldn't have been referring to this directly. But, looking at your updated code, I don't know why you had it at all. The line after the update is an import of message_box. Which you don't use. In fact, looking at the imports in ui.py, you don't use about half of them. And the same for the other Python files. If you have plans to add function that needs them, OK, but at the moment they are just cluttering the code.
Quote:
Originally Posted by DaltonST
Nope. The minimum version of Calibre is now 2.2.0.
|
There isn't anything the code that I can see that requires a recent version of calibre. It should be safe to put it back to the previous minimum you had.