Mcomix doesn't start

mcomix is an application to read jpeg gathered in archives (such as rar, 7z etc) as a comic book.

But it’s not working:

[merlin@thesos ~]$ mcomix
Traceback (most recent call last):
  File "/usr/bin/mcomix", line 9, in <module>
    load_entry_point('mcomix==0.98', 'console_scripts', 'mcomix')()
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 519, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2630, in load_entry_point
    return ep.load()
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2310, in load
    return self.resolve()
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2316, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3.4/site-packages/mcomix/run.py", line 99
    print "The package 'pkg_resources' could not be found."
                                                          ^
SyntaxError: Missing parentheses in call to 'print'

Should I feel an issue ticket?

edit: this seems to depend on python2, maybe it can be a problem according to this post?

[merlin@thesos ~]$ urpmi mcomix
GOT: lib64python-devel-3.4.4-4-omv2015.0.x86_64
GOT: lib64python2-devel-2.7.11-4-omv2015.0.x86_64
Afin de satisfaire les dépendances de « python-devel », un des paquetages suivants est nécessaire :
 1- lib64python-devel-3.4.4-4-omv2015.0.x86_64 : The libraries and header files needed for Python development (à installer)
 2- lib64python2-devel-2.7.11-4-omv2015.0.x86_64 : The libraries and header files needed for Python development (à installer)
Que choisissez-vous ? (1-2)

I tried both, same result.