Here is the error that I get when I try to use up2date now:
Traceback (most recent call last):
File "/usr/sbin/up2date", line 9, in ?
import rpm
ImportError: No module named rpm
Does anyone know what is going on?
Here is the error that I get when I try to use up2date now:
Traceback (most recent call last):
File "/usr/sbin/up2date", line 9, in ?
import rpm
ImportError: No module named rpm
Does anyone know what is going on?
Dear cyberspirit,
This maybe because it was being run with Python 2.2. Please check the first line of code in up2date to point to python 1.5. If yes, then comment the first line and try to update.
Regards,