Hi
I had these two same messages trying to launch the epubcheck and prince PDF plugins with Sigil 1.0.
Epubcheck
Code:
Statut : failed
Update check skipped: no Internet.
Traceback (most recent call last):
File "/usr/share/sigil/plugin_launchers/python/launcher.py", line 135, in launch
self.exitcode = target_script.run(container)
File "/home/roger/.local/share/sigil-ebook/sigil/plugins/EpubCheck/plugin.py", line 321, in run
f = open(opf_path, 'r', encoding='utf-8')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/Sigil-YbGhgE/OEBPS/content.opf'
Error: [Errno 2] No such file or directory: '/tmp/Sigil-YbGhgE/OEBPS/content.opf'
Prince PDF
Code:
Statut : failed
Traceback (most recent call last):
File "/usr/share/sigil/plugin_launchers/python/launcher.py", line 135, in launch
self.exitcode = target_script.run(container)
File "/home/roger/.local/share/sigil-ebook/sigil/plugins/PrincePDF/plugin.py", line 126, in run
tree = ET.parse(opf_path)
File "/usr/lib/python3.8/xml/etree/ElementTree.py", line 1202, in parse
tree.parse(source, parser)
File "/usr/lib/python3.8/xml/etree/ElementTree.py", line 584, in parse
source = open(source, "rb")
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/Sigil-YbGhgE/OEBPS/content.opf'
Error: [Errno 2] No such file or directory: '/tmp/Sigil-YbGhgE/OEBPS/content.opf'
Note ; the "no internet message" is unrelated.