Show
Ignore:
Timestamp:
02/14/19 09:46:15 (5 years ago)
Author:
jerome
Message:

Clarified dependency wrt PIL/Pillow.
Updated copyright years.
Regenerated manual page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/pil.py

    r3474 r3578  
    33# pkpgcounter : a generic Page Description Language parser 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    2727    from PIL import Image 
    2828except ImportError : 
    29     sys.stderr.write("ERROR: You MUST install the Python Imaging Library (python-imaging) for pkpgcounter to work.\n") 
     29    sys.stderr.write("ERROR: You MUST install the Python Imaging Library (either PIL or Pillow) for pkpgcounter to work.\n") 
    3030    raise pdlparser.PDLParserError, "The Python Imaging Library is missing." 
    3131