On Thu, 18 Dec 2003 10:03:45 -0500 Michael Stenner <mstenner@xxxxxxxxxxxx> wrote: > On Thu, Dec 18, 2003 at 08:47:27AM -0500, David Relson wrote: > > Hi Michael, > > > > Your quick response is appreciated. However it ain't so easy :-( > > > > After moving keepalive.py* out of the way and editing Makefile to > > remove the reference to it, I ran "make && make install". So far, > > fine. Then I try the biggie "yum list updates": > > > > [root@osage emacs]# yum list updates > > Traceback (most recent call last): > > File "/usr/bin/yum", line 22, in ? > > import yummain > > ImportError: Bad magic number in /usr/share/yum/yummain.pyc > > I understand that you have solved the problem differently, but I > actually meant you to delete the _installed_ files.... ie, to to ahead > and install as normal, but then simply remove the installed > keepalive.py and .pyc. Urlgrabber does a check at runtime and if > keepalive isn't there, it's simply not used. > > -Michael Michael, That's a bad habit of mine -- doing things the hard way :-( David