Mcomix - ImportError: No module named pkg_resources [Solved]

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
Luffy
Posts: 42
Joined: 3. Jul 2017, 22:03

Mcomix - ImportError: No module named pkg_resources [Solved]

Post by Luffy »

Code: Select all

> mcomix
Traceback (most recent call last):
  File "/usr/bin/mcomix", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
Missing dependencies for mcomix,

Code: Select all

> slapt-get --search python-setuptools
python-setuptools-22.0.5-i586-1 [inst=sí]: python-setuptools (a collection of enhancements to Python distutils)
> slapt-get --search python-pillow    
python-pillow-3.0.0-i586-1 [inst=sí]: python-pillow (Python Imaging Library)
Saludos, Reading Claymore manga, :-)
User avatar
gapan
Salix Wizard
Posts: 6238
Joined: 6. Jun 2009, 17:40

Re: Mcomix - ImportError: No module named pkg_resources [Sol

Post by gapan »

Thanks, I just added the dependencies. There were a few more missing.

Code: Select all

pygobject,pygtk,python,python-pillow,python-setuptools
Image
Image
Post Reply