Bug 1133463
| Summary: | system-config-firewall-tui-1.2.27-7.1.el6: ImportError: No module named fw_nm | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Barak Korren <bkorren> |
| Component: | system-config-firewall | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED DUPLICATE | QA Contact: | qe-baseos-daemons |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.5 | ||
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-11-13 15:57:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 1123919 *** |
Description of problem: When system-config-firewall-tui package is installed without system-config-firewall being also installed, trying to run it results in the following python exception: Traceback (most recent call last): File "/usr/bin/system-config-firewall-tui", line 29, in <module> import fw_tui File "/usr/share/system-config-firewall/fw_tui.py", line 34, in <module> import fw_nm ImportError: No module named fw_nm Version-Release number of selected component (if applicable): system-config-firewall-tui-1.2.27-7.1.el6.noarch Steps to Reproduce: 1. Install system-config-firewall-tui package without installing system-config-firewall first. 2. Run system-config-firewall-tui Expected results: system-config-firewall-tui package should probably depend on the system-config-firewall package