>------------------------------ > >Message: 2 >Date: Mon, 21 Feb 2005 12:29:46 -0500 >From: seth vidal <skvidal@xxxxxxxxxxxx> >Subject: Re: [Yum] Re: yum 2.2.0 >To: "Yellowdog Updater, Modified" <yum@xxxxxxxxxxxxxxxxxxxx> >Message-ID: <1109006987.16633.2.camel@xxxxxxxxxxxxxxxxx> >Content-Type: text/plain > > > >>Seth, >> >>Using all up-to-date (as of today) rawhide, I updated via your binary >>rpm. This was the result of a "yum check-update" cmd: >> >>"$ yum check-update >>Traceback (most recent call last): >> File "/usr/bin/yum", line 6, in ? >> import yummain >> File "/usr/share/yum-cli/yummain.py", line 23, in ? >> import yum >>ImportError: No module named yum" >> >>For the moment I reverted back to yum-2.1.13-1, since I've got to work >>today. >> >> >> > >you're using rawhide - which is using python 2.4 - which is the problem. >the binary rpm was built on fedora core 3 - using python 2.3 - so the >module is not in the python library path. > >rebuild it under rawhide. > >-sv > > > > > Seth, Thanks. An rpmbuild --rebuild yum*.src.rpm worked perfectly. Mick