View Single Post
Old 02-10-2019, 01:19 PM   #8
rolgiati
Groupie
rolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the endrolgiati knows the complete value of PI to the end
 
Posts: 164
Karma: 31650
Join Date: May 2011
Location: Asuncion (Paraguay)
Device: Several Kindle 3 KB's
Quote:
Originally Posted by Doitsu View Post
Now that you got Sigil running, you might want to install and run the test plugin. (It'll let you know if you're still missing Python libraries.)
Have run it, with interesting results:
Code:
Status: success
 
Verify sys.path settings manually
  /usr/share/share/sigil/plugin_launchers/python
  /usr/lib64/python36.zip
  /usr/lib64/python3.6
  /usr/lib64/python3.6/lib-dynload
  /usr/lib64/python3.6/site-packages
  /usr/lib/python3.6/site-packages
  /home/ron/.local/share/sigil-ebook/sigil/plugins/testplugin
 
Verifying proper Python packages are available
  Checking GUI modules
    Python Package: PyQt5 Missing
    Python Package: tkinter Missing
  Python Package: PIL Missing
  Python Package: cssselect Missing
  Python Package: cssutils Missing
  Python Package: html5lib Missing
  Python Package: lxml (/usr/lib64/python3.6/site-packages/lxml/__init__.py) Found
  Python Package: regex Missing
  Python Package: chardet Missing
  Python Package: six (/usr/lib/python3.6/site-packages/six.py) Found
 
Verifying Sigil Python Libraries can be found/loaded
  Sigil Python library: epub_utils Found
  Sigil Python library: quickparser Found
  Sigil Python library: compatibility_utils Found
  Sigil Python library: sigil_bs4 Found
 
Verifying Hunspell Spell Checking
  Hunspell en_US affix file and dictionary Found
  Hunspell shared library Missing
  Hunspell spellchecking works False
  
Verifying Sigil Gumbo Library operation
  Sigil Gumbo BS4 Adapter library Found
  Sigil BS4/Gumbo Parser works True
 
Verifying selected basic plugin interface elements
  bk.text_iter() works True
  Listing manifested files...
    Text/Section0001.xhtml
    toc.ncx
  bk.manifest_iter() works True
  bk.spine_iter() works True
  bk.other_iter() works True
  reading a non-manifest book file works True
  reading a specific OPF manifest id works True
  writing to a specific OPF manifest id works True
  Launcher Version 20180723
  ePub Version 2.0
  adding your own file to the manifest works True
  basename to id mapping works True
  deleting our added file works True
 
Failure -  10  Tests of Plugin Operations Failed
As you can see a lot missing.

Found and installed most of them, but I am still stumped by PyQt5, which I cannot find, and the Hunspell shared library, given I have both lib64hunspell 1.3-0 and 1.6_0 installed.

????
rolgiati is offline   Reply With Quote