Matthew Miller wrote: > On Fri, May 20, 2005 at 02:00:29PM -0400, Anne Ramey wrote: > >>Traceback (most recent call last): >> File "/usr/bin/yum", line 6, in ? >> import yummain >> File "yummain.py", line 25, in ? >> import cli >> File "cli.py", line 39, in ? >> from yum import pgpmsg >>ImportError: cannot import name pgpmsg >>any time I try and use it. I have fedora core 3, with python 2.3 and >>rpm 4.3.2 > > > That module is part of yum itself -- something in your yum install must be > broken... > got it...old rpm didn't remove correctly, forced new one and it's working now. Anne