View Single Post
Old 05-20-2016, 09:06 PM   #3
ebooks-forum
J. Altman
ebooks-forum began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2016
Device: none
These are the errors:
==================

Embedded Python Error:

Traceback (most recent call last):

File "/usr/local/share/sigil/python3lib/xmlprocessor.py", line 6, in <module>
from sigil_bs4.builder._lxml import LXMLTreeBuilderForXML

File "/usr/local/share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py", line 26, in <module>
from lxml import etree

ImportError: No module named 'lxml'

error in xmlprocessor repairXML: -2:

Traceback (most recent call last):

File "/usr/local/share/sigil/python3lib/xmlprocessor.py", line 6, in <module>
from sigil_bs4.builder._lxml import LXMLTreeBuilderForXML

File "/usr/local/share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py", line 26, in <module>
from lxml import etree

ImportError: No module named 'lxml'

==============

These repeat, for several times; sometimes, Sigil hangs and dumps core; where the core file is:

du -ch sigil.core
1.1G sigil.core
1.1G total

Other times, it does not hang nor dump core.

I could post what I am pretty sure is the source code. Also, my concerns: (1) is the error something critical? It doesn't seem to be; but I'd rather not commit a bunch of work to an ebook before knowing....(2) is the origin of the error upstream from FreeBSD, or elsewhere, perhaps in the ports tree for FreeBSD?

Thanks for your time,

J. Altman
ebooks-forum is offline   Reply With Quote