Bug 1028180 - system-config-printer missing dependency: pycairo
Summary: system-config-printer missing dependency: pycairo
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-printer
Version: 19
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-07 20:39 UTC by rvcsaba
Modified: 2014-02-03 13:57 UTC (History)
2 users (show)

Fixed In Version: system-config-printer-1.4.3-4.fc19
Clone Of:
Environment:
Last Closed: 2014-02-03 13:57:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description rvcsaba 2013-11-07 20:39:17 UTC
Description of problem:

If pycairo not installed, system-config-printer don't work.

Version-Release number of selected component (if applicable):

system-config-printer-1.4.2-1 and
system-config-printer-1.4.3-3

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:

Traceback (most recent call last):
  File "/usr/share/system-config-printer/system-config-printer.py", line 85, in <module>
    import printerproperties
  File "/usr/share/system-config-printer/printerproperties.py", line 42, in <module>
    import gtkinklevel
  File "/usr/share/system-config-printer/gtkinklevel.py", line 23, in <module>
    import cairo
ImportError: No module named cairo


Expected results:

Work correctly.

Additional info:

If I install pycairo package, problem is solved.

Comment 1 Tim Waugh 2014-02-03 13:57:03 UTC
Fixed in Fedora 20.


Note You need to log in before you can comment on or make changes to this bug.