View Single Post
Old 05-20-2016, 09:22 PM   #4
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,860
Karma: 6120478
Join Date: Nov 2009
Device: many
Sigil requires that the python3 interpreter have a number of specific python3 packages installed to allow Sigil to work. These include lxml. Without it Sigil will not be stable and should not be used.

Please check the building on Linux instructions for a list of python packages that should be installed to make your python3 interpreter equivalent to what Sigil packages internally on Windows and Mac. You can probably use pip3 install lxml to install it for your python3.

Your package management system may have these packages as well.

Here is the list of python packages to add and the python commands to install them on most unix like systems.

sudo pip3 install six
sudo pip3 install html5lib
sudo pip3 install lxml
sudo pip3 install beautifulsoup4
sudo pip3 install Pillow
sudo pip3 install regex
sudo pip3 install cssutils
sudo pip3 install cssselect
sudo pip3 install charset
KevinH is offline   Reply With Quote