FS#62240 - [mcomix] failed to start due to version assert

Attached to Project: Arch Linux
Opened by Adam (adam900710) - Friday, 05 April 2019, 14:44 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 07 April 2019, 08:16 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 4
Private No

Details

Description:
$ mcomix
Traceback (most recent call last):
File "/usr/bin/mcomix", line 11, in <module>
load_entry_point('mcomix==1.2.1', 'console_scripts', 'mcomix')()
File "/usr/lib/python2.7/site-packages/mcomix/run.py", line 206, in run
assert PIL.Image.VERSION >= '1.1.5'
AttributeError: 'module' object has no attribute 'VERSION'


Additional info:
* package version(s)
mcomix 1.2.1-4
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
- Update the system to latest
- execute 'mcomix'

The fix is to use `PIL.Image.__version__` other than `PIL.Image.VERSION`.
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 07 April 2019, 08:16 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#62242 
Comment by André Fettouhi (A.Fettouhi) - Sunday, 07 April 2019, 08:14 GMT
Can confirm this issue as well on my updated Arch Linux install!

Loading...