Quote:
Originally Posted by jtweeks
Thank you KevinH for your quick reply. I did download the epub file to my phone which has Lithium installed. The epub showed fine except the same images did not show. I have also run the epubCheck as you suggested which got the following results which I do not understand. Can you help to interpret?
Status: failed
Spoiler:
Traceback (most recent call last):
File "C:\Program Files\Sigil\plugin_launchers\python\launcher.py", line 142, in launch
self.exitcode = target_script.run(container)
File "C:\Users\jtwee\AppData\Local\sigil-ebook\sigil\plugins\EpubCheck\plugin.py", line 250, in run
arch = get_arch(java_path)
File "C:\Users\jtwee\AppData\Local\sigil-ebook\sigil\plugins\EpubCheck\plugin.py", line 36, in get_arch
_, stderr = jar_wrapper(*args)
File "C:\Users\jtwee\AppData\Local\sigil-ebook\sigil\plugins\EpubCheck\plugin.py", line 56, in jar_wrapper
process = Popen(args, stdout=PIPE, stderr=PIPE, shell=False)
File "subprocess.py", line 854, in __init__
File "subprocess.py", line 1307, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the file specified
Error: [WinError 2] The system cannot find the file specified
|
Do you have Java installed?
If you open a command prompt and enter java -version, what is the response?
Here's what I see on Windows 11:
Code:
java -version
java version "1.8.0_311"
Java(TM) SE Runtime Environment (build 1.8.0_311-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)
If that works, you might want to check the troubleshooting information in the
epubcheck plugin for Sigil thread.