Created attachment 945597 [details] Use items() instead of iteritems() with Python 3 dicts Description of problem: There is one more usage of iteritems() which needs to be changed to items() in GroupPhysicalDevicesRequest's _group(). Version-Release number of selected component (if applicable): system-config-printer-1.5.1-3.fc21.x86_64 How reproducible: always Steps to Reproduce: 1. try to add a printer in gnome-control-center Actual results: (gnome-control-center:22064): printers-cc-panel-WARNING **: GDBus.Error:org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last): File "/usr/share/system-config-printer/scp-dbus-service.py", line 250, in _group for device_uri, deviceobj in self.deviceobjs.iteritems (): AttributeError: 'dict' object has no attribute 'iteritems' Expected results: no error Additional info: See attached patch.
Thanks, applied upstream.
system-config-printer-1.5.2-2.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/system-config-printer-1.5.2-2.fc21
Package system-config-printer-1.5.2-2.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing system-config-printer-1.5.2-2.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-12631/system-config-printer-1.5.2-2.fc21 then log in and leave karma (feedback).
system-config-printer-1.5.2-2.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.