OpenPrinting / system-config-printer

Graphical user interface for CUPS administration
GNU General Public License v2.0
170 stars 89 forks source link

Cannot launch application on Centos 7 #55

Closed alxbrd closed 7 years ago

alxbrd commented 7 years ago

I am trying to run the app on Centos 7 running Gnome 3 and I am getting the following error:

Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 30, in from gi.repository import GdkPixbuf ImportError: No module named repository

I tried reinstalling the tool and the respective python libraries, but it does not seem to fix the issue.

Any ideas on what could be the cause of this?

alxbrd commented 7 years ago

It was because of a clash between the gi package. It was installed both with yum and with pip. I removed the pip version and the tool now works fine.