add "python-pillow" to "python-imaging" mention

This commit is contained in:
Paul Franklin 2015-02-03 09:43:56 -08:00
parent b69171f1a1
commit 5a64ffed7c
2 changed files with 4 additions and 4 deletions

5
README
View File

@ -1,5 +1,3 @@
$Id$
Please read the COPYING file first.
If building from source, also read the INSTALL file (at least through the
@ -69,7 +67,8 @@ The following packages are optional
PIL Python Image Library is needed to crop
images and also to convert non-JPG images to
JPG so as to include them in LaTeX output.
(For Python3 a different source may be needed.)
(For Python3 a different source may be needed,
python-imaging or python-pillow or python3-pillow)
GExiv2 Enables Gramps to manage Exif metadata embedded in your
media. Gramps needs version 0.5 or greater.

View File

@ -58,7 +58,8 @@ except:
_LOG.warning(_("PIL (Python Imaging Library) not loaded. "
"Production of jpg images from non-jpg images "
"in LaTeX documents will not be available. "
"Use your package manager to install python-imaging"))
"Use your package manager to install python-imaging "
"or python-pillow or python3-pillow"))
_CLICKABLE = '\\url{\\1}'