Bryan Zimmer writes:
Greetings, everyone. I am writing to ask advice for "system-config-display" and "system-config-printer". In the past, I had no trouble running these commands. Within the last 3 days, I bought a new flat-screen monitor and tried to install a new printer. When I ran "system-config display" and "system-config-printer", I got the following error messages: ________________________________ Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 30, in <module>import dbus ImportError: No module named dbus Traceback (most recent call last): File "/usr/share/system-config-display/xconf.py", line 34, in <module> import rhpxl.videocardFile "/usr/lib64/python2.5/site-packages/rhpxl/videocard.py", line 18, in <module>import dbus ImportError: No module named dbus________________________________ I have what look like dbus.py modules for various applications: This is from "locate dbus.py": ________________________________ /usr/lib/yum-plugins/python2.5/site-packages/dbus/_dbus.py/usr/lib/yum-plugins/python2.5/site-packages/dbus/_dbus.pyc /usr/lib/yum-plugins/python2.5/site-packages/dbus/_dbus.pyo
These are yum plugins. You want these: /usr/lib/python2.5/site-packages/dbus/_dbus.py /usr/lib/python2.5/site-packages/dbus/_dbus.pyc /usr/lib/python2.5/site-packages/dbus/_dbus.pyoThese packages are installed by dbus-python. The system-config-display package has an explicit Requires: dbus-python, so somehow you got system-config-display installed without its required prerequisite: dbus-python.
If you tried to reinstall system-config-display, it should tell you that you're missing dbus-python.
Attachment:
pgppeWWg1HQvg.pgp
Description: PGP signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines