From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; T312461) Description of problem: The updated neat in redhat-config-network-0.9.10-2.noarch.rpm crashes on start, with the following message: Traceback (innermost last): File "/usr/sbin/neat", line 96, in ? from netconfpkg.gui import * File "/usr/sbin/../share/redhat-config-network/netconfpkg/gui/__init__.py", line 30, in ? exec cmd File "<string>", line 1, in ? File "/usr/sbin/../share/redhat-config-network/netconfpkg/gui/exception.py", line 22, in ? import rpm ImportError: No module named rpm Fortunately, the cause is simple: redhat-config-network-0.9.10-2.noarch.rpm is missing a dependency for rpm-python. To solve the problem, install the rpm-python package. Version-Release number of selected component (if applicable): redhat-config-network-0.9.10-2.noarch.rpm How reproducible: Always Steps to Reproduce: 1. Install the updated redhat-config-network without installing rpm-python 2. Run neat Actual Results: Crashes with message above. Expected Results: Program runs, shows GUI window. Additional info:
Fixed in CVS.