-
Two errors occurred when using worddumb after I switched to the latest version of python (3.12.6 64bit) in an attempt to fix worddumb detecting book lanague incorrectly (the original book is in english but for some reason wordwise thought it was in dutch), Now when I click on the worddumb icon or customize kindle wordwise I get these two errors pop out: Starting job: Generating Word Wise and X-Ray for Haunted Unable to create process using 'C:\Users\octob\AppData\Local\Programs\Python\Python312\python.exe -c "import platform; print(".".join(platform.python_version_tuple()[:2]))"': ??????????? and this: calibre 7.18 embedded-python: True Pls send help thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
That book must have Dutch language metadata. The first error seems to be your environment issue, check if you could run the "py -c ..." command manually. The second error perhaps could be fixed by removing the "worddumb-lemmas" folder in calibre;s plugin folder. |
Beta Was this translation helpful? Give feedback.
Some files were partially downloaded, same as the previous error, delete the "worddumb-lemmas" folder in calibre plugins folder and try again.
I don't know if the current master branch code would be better, you could try to download test version from GitHub Actions Artifacts(but also need to delete that folder). I don't really know why the previous code could fail at downloading files.