-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stand-alone App (Windows) doesn't work #512
Comments
After some debugging I found that the problem is caused by the lack of (I'd agree the error info is a little bit confusing, since try:
import ion
except:
from calibre_plugins.dedrm import ion And if The problem is gone after I installed it (I did have some trouble to install that package on Windows due to peterjc/backports.lzma#22, but that's another story). Thanks! |
Looks like the stand-alone Mac app is having a similar issue #505. |
@ElleKayEm Yeah. Also #482 |
I don't think this should be closed. If the tools depend on ion.py, the docs don't clearly say so or how to install it. |
The ion.py module is included in the tools in order to support Amazon Kindle KFX format. The problem is that ion.py imports lzma and and if that is not present the fallback handling produces a misleading error message. It appears that a fix has already been made (#489) and should be in the next release of the tools. |
Got it. Thanks for the clarification
…--
Sent from a rotary phone rented from Ma Bell
On Sat, May 19, 2018, 9:28 AM John Howell ***@***.***> wrote:
The ion.py module is included in the tools in order to support Amazon Kin
dle KFX format. The problem is that ion.py imports lzma and and if that is
not present the fallback handling produces a misleading error message.
It appears that a fix has already been made (#489
<#489>) and should be
in the next release of the tools.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#512 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAf45fRrZKdOmNbA4utwxAVemT6kZ3Fks5t0EgVgaJpZM4UAZbQ>
.
|
It says ""ImportError: No module named calibre_plugins.dedrm".
The text was updated successfully, but these errors were encountered: