> 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