View Single Post
Old 04-26-2017, 09:18 AM   #55
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by severus View Post
Any suggestions what can be wrong, and how to fix this? Thanks!
This message is usually being displayed if the PIL library can't be found.
Select Plugins > Manage Plugins and enable the Use Bundled Python option. If you're using an older Sigil version that doesn't come with a bundled Python interpreter, try the following:
  1. Open an administrator prompt.
  2. Go to the Python folder that contains pip.exe (or pip3.exe) and enter the following command:
    Code:
    pip install Pillow

(You also might have to install beautifulsoup4 and lxml.)
Doitsu is offline   Reply With Quote