View Single Post
Old 09-11-2017, 07:27 PM   #21
Gregg Bell
Gregg Bell
Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.
 
Gregg Bell's Avatar
 
Posts: 2,266
Karma: 3917598
Join Date: Jan 2013
Location: Itasca, Illinois
Device: Kindle Touch 7, Sony PRS300, Fire HD8 Tablet
Quote:
Originally Posted by DiapDealer View Post
Code:
sudo apt-get install python3-tk
The (Ubuntu-equivalent) python modules that ship with the Windows and Mac versions of Sigil are as follows:
  • python3-tk
  • python3-pyqt5
  • python3-lxml
  • python3-six
  • python3-html5lib
  • python3-regex
  • python3-pillow
  • python3-cssselect
  • python3-cssutils
  • python3-chardet

Plugin devs will assume that everyone has these python modules available. So Linux users who want to utilize Sigil plugins should make sure the above packages are installed when using Linux repository-supplied versions of Sigil.

Several may be installed already, but you can safely run the following command to insure they are all installed/updated:

Code:
sudo apt-get install python3-tk python3-pyqt5 python3-lxml python3-six python3-html5lib python3-regex python3-pillow python3-cssselect python3-cssutils python3-chardet
Thanks Diap. I ran that python command, but when I ran the Language Tool in Sigil I got this window (that I couldn't take a screenshot of) that was titled:

Select Language Tool Jar File

Then under that it had:

Directory: home/gregory
File name: (and an open box)

And on the bottom it had:

Files of type: Java archive files (languagetool-commandline.jar)

And then when I ran the Language Tool again in Sigil, the screen got snarky, bringing up a partial browser window.
Gregg Bell is offline   Reply With Quote