Please read this before reporting a bug:
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
Opened by Adam (adam900710) - Friday, 05 April 2019, 14:44 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 07 April 2019, 08:16 GMT
|
DetailsDescription:
$ 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
Sunday, 07 April 2019, 08:16 GMT
Reason for closing: Duplicate
Additional comments about closing:

Can confirm this issue as well on my updated Arch Linux install!