Home
last modified time | relevance | path

Searched refs:REQUIRED_PIL_VERSION (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Drun.py145 …n in PIL.__version__.split('.')[:3]] >= [int(n) for n in constants.REQUIRED_PIL_VERSION.split('.')]
149 log.error(_('Required Pillow version is: %s or higher') % constants.REQUIRED_PIL_VERSION)
154 log.error(_('Required Pillow version is: %s or higher') % constants.REQUIRED_PIL_VERSION)
158 log.error(_('Pillow %s or higher is required.') % constants.REQUIRED_PIL_VERSION)
165 log.error(_('Required Pillow version is: %s or higher') % constants.REQUIRED_PIL_VERSION)
H A Dconstants.py14 REQUIRED_PIL_VERSION = '6.2.1' variable