I'm having a similar problem, but in converting from DOCX to Epub (I JUST updated to 5.32; usually this type of conversion works fine)
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = 'C:\Program Files (x86)\Calibre2\calibre-parallel.exe'
isolated = 1
environment = 0
user site = 0
import site = 1
sys._base_executable = 'C:\\Program Files (x86)\\Calibre2\\calibre-parallel.exe'
sys.base_prefix = ''
sys.base_exec_prefix = ''
sys.executable = 'C:\\Program Files (x86)\\Calibre2\\calibre-parallel.exe'
sys.prefix = ''
sys.exec_prefix = ''
sys.path = [
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "bypy-importer.py", line 275, in exec_module
File "bypy-importer.py", line 63, in get_module_code
ValueError: bad marshal data (unknown type code)
|