Hans Deragon wrote:
Greetings.
This is probably a FAQ, but I could not find anything on this issue on
google and Red Hat's archives.
Where is rpm.py or rpm404.py? /usr/share/comps-extras/getfullcomps.py
has:
try
import rpm404 as rpm
except ImportError:
import rpm
It looks like this is old code from Red Hat Linux 8.0. RHL 8.0 did have
rpm404:
RedHat/RPMS/librpm404-4.0.4-8x.27.i386.rpm
RedHat/RPMS/rpm404-python-4.0.4-8x.27.i386.rpm
RedHat/RPMS/librpm404-devel-4.0.4-8x.27.i386.rpm
The anaconda.spec file for Red Hat Linux 9 has this:
* Tue Oct 8 2002 Jeremy Katz <katzj@xxxxxxxxxx>
- back to mainstream rpm instead of rpm404
So, Jeremy is the definitive source. It looks like it may come from
rpm-python.
Forrest
--