Bug 9343 - up2date doesn't work
Summary: up2date doesn't work
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: up2date
Version: 6.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Preston Brown
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-02-11 14:15 UTC by Steve Wills
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-02-28 18:17:58 UTC
Embargoed:


Attachments (Terms of Use)

Description Steve Wills 2000-02-11 14:15:26 UTC
running up2date spews this error after entering roots password:

$ up2date
Traceback (innermost last):
  File "/usr/sbin/up2date", line 118, in ?
    from gui import Gui
  File "/usr/share/up2date/gui.py", line 10, in ?
    from client import Client
  File "/usr/share/up2date/client.py", line 12, in ?
    from rpmdb import *
  File "/usr/share/up2date/rpmdb.py", line 19, in ?
    from package import *
  File "/usr/share/up2date/package.py", line 24, in ?
    import rpm
ImportError: No module named rpm
$

Comment 1 Bill Nottingham 2000-02-11 16:12:59 UTC
First of all, you need gnome-python.

Second of all, once you do that, it won't work anyways. We're
working on it.

Comment 2 Bill Nottingham 2000-02-11 16:13:59 UTC
Duh, make that rpm-python. Asleep at the wheel.

Comment 3 Steve Wills 2000-02-11 16:14:59 UTC
Well, I did a "gnome workstation" install. Perhaps there is a broken dependency?

Comment 4 Bill Nottingham 2000-02-12 19:58:59 UTC
Yes, there is.

Comment 5 Preston Brown 2000-02-28 18:17:59 UTC
fixed before final 6.2 release.


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