system-config-printer dbus error

Issue #46 resolved
nightflier created an issue

"Print Settings" does not launch from menu. When trying from terminal, error:

$ system-config-printer
Traceback (most recent call last):
  File "/usr/share/system-config-printer/system-config-printer.py", line 29, in <module>
    import dbus
ImportError: No module named 'dbus'

Comments (3)

  1. Moises Henriquez

    This is related to #30. Not a bug in system-config-printer, but rather a problem with the 64-bit python package.

  2. nightflier reporter

    A0.2.4 32-bit, auto, vm. Now getting different error:

    $ system-config-printer
    
    ** (system-config-printer.py:2422): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    Traceback (most recent call last):
      File "/usr/share/system-config-printer/system-config-printer.py", line 90, 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'
    
  3. Log in to comment