xxyzz / WordDumb

A calibre plugin that generates Kindle Word Wise and X-Ray files for KFX, AZW3, MOBI and EPUB eBook.
https://xxyzz.github.io/WordDumb/
GNU General Public License v3.0
376 stars 19 forks source link

Python version 3.11 error after update #178

Closed Daniyal-Javani closed 8 months ago

Daniyal-Javani commented 8 months ago

Checkboxes

Describe the bug

It's not possible to install python version 3.11 on Ubuntu 22.04 LTS: https://askubuntu.com/questions/1374341/apt-get-upgrade-does-not-work-after-updating-python

Is there any way to force the plugin to use /usr/bin/python3.12 instead of /usr/bin/python3 ?

Or is there any other solution?

I'm getting this error: Outdated Python version https://justpaste.it/2gn7x

Operating System name and version

Ubuntu 22.04

Python version

3.10

calibre version

7.3.0

WordDumb plugin version

3.30.0

Error message

Outdated Python

Plugin settings and reproduce steps

It happens just by installing the latest version of calibre and worddumb

Generated files, screenshots or videos

No response

xxyzz commented 8 months ago

You could set the Python interpreter path in the plugin settings window.

Daniyal-Javani commented 8 months ago

Oh sorry! Thanks, it works with this setting.