Quote:
Originally Posted by davidfor
Which issue? The latest beta fixes two things. It is best to post the full error, a conversion log or a debug log to show the error.
|
Sorry, this issue when trying to convert epub to kepub...
calibre, version 6.1.0
ERROR: Unhandled exception: <b>ModuleNotFoundError</b>:No module named 'PyQt4'
calibre 6.1 embedded-python: True
macOS-12.5-arm64-arm-64bit Darwin ('64bit', '')
('Darwin', '21.6.0', 'Darwin Kernel Version 21.6.0: Sat Jun 18 17:05:47 PDT 2022; root:xnu-8020.140.41~1/RELEASE_ARM64_T8101')
Python 3.10.1
OSX: ('12.5', ('', '', ''), 'arm64')
Interface language: None
Successfully initialized third party plugins: KePub Input (3, 4, 3) && KePub Metadata Reader (3, 4, 3) && KePub Metadata Writer (3, 4, 3) && KePub Output (3, 6, 0)
Traceback (most recent call last):
File "calibre_plugins.kepubout.conversion.output_config ", line 66, in setupUi
from PyQt5 import Qt as QtGui
ImportError: cannot import name 'Qt' from 'qt' (/Applications/calibre.app/Contents/Frameworks/plugins/python-lib.bypy.frozen/qt/__init__.pyc)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "calibre/gui2/convert/single.py", line 225, in setup_pipeline
File "calibre_plugins.kepubout.conversion.kepub_output" , line 141, in gui_configuration_widget
return PluginWidget(parent, get_option_by_name, get_option_help, db, book_id)
File "calibre_plugins.kepubout.conversion.output_config ", line 40, in __init__
Widget.__init__(
File "calibre/gui2/convert/__init__.py", line 65, in __init__
File "calibre_plugins.kepubout.conversion.output_config ", line 69, in setupUi
from PyQt4 import QtCore
ModuleNotFoundError: No module named 'PyQt4'