Bug 58513 - Updated neat crashes on start (w/ simple solution)
Summary: Updated neat crashes on start (w/ simple solution)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: redhat-config-network
Version: 7.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-18 14:53 UTC by fred-m
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-01-18 14:53:45 UTC
Embargoed:


Attachments (Terms of Use)

Description fred-m 2002-01-18 14:53:40 UTC
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:

Comment 1 Trond Eivind Glomsrxd 2002-01-18 15:23:24 UTC
Fixed in CVS.


Note You need to log in before you can comment on or make changes to this bug.