Description of problem: authconfig won't start Version-Release number of selected component (if applicable): [root@arcturus ~]# rpm -q authconfig authconfig-5.0.1-1 How reproducible: Always Steps to Reproduce: 1. start authconfig Actual results: [root@arcturus ~]# authconfig Traceback (most recent call last): File "/usr/share/authconfig/authconfig.py", line 26, in ? import authinfo, acutil ImportError: No module named authinfo Same for authconfig-gtk: [root@arcturus ~]# authconfig-gtk Traceback (most recent call last): File "/usr/share/authconfig/authconfig-gtk.py", line 25, in ? import authinfo, acutil ImportError: No module named authinfo
This is python regression which makes it not to import files from directory where the import calling file is. Note that for example system-config-date won't run either.
*** Bug 169284 has been marked as a duplicate of this bug. ***
Fixed in rawhide, closing.