Running "yum update" in fedora core3 installed a new version of yum. When I try the new version I get this error:
Code:
[root@sublx nyk]# yum 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
File "/usr/share/yum-cli/yum.py", line 27, in ?
import output
File "/usr/share/yum-cli/output.py", line 27, in ?
import yum.Errors
ImportError: No module named Errors
What could this be? It was working perfectly with the old version...