Quote:
Originally Posted by DiapDealer
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.